changing data loading

This commit is contained in:
Joseph Redmon
2015-08-24 18:27:42 -07:00
parent 3a99b8151f
commit 9d42f49a24
21 changed files with 1104 additions and 1231 deletions

View File

@ -15,6 +15,7 @@ typedef enum {
ROUTE,
COST,
NORMALIZATION,
REGION,
AVGPOOL
} LAYER_TYPE;