Changeset 40408 for trunk/Ohana/src/opihi/dvo/region_list.c
- Timestamp:
- Apr 26, 2018, 12:37:03 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/region_list.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/region_list.c
r33662 r40408 181 181 SkyList *skylist; 182 182 183 // the list of regions comes directly from a file 184 if (selection->list != NULL) { 185 skylist = SkyListLoadFile (selection->list); 186 return (skylist); 187 } 188 189 // all other options require sky to be set 190 if (!sky) { 191 gprint (GP_ERR, "CATDIR not set\n"); 192 return NULL; 193 } 194 183 195 /* determine region-file names */ 184 196 if (selection->name != NULL) { … … 186 198 return (skylist); 187 199 } 188 189 if (selection->list != NULL) {190 skylist = SkyListLoadFile (selection->list);191 return (skylist);192 }193 200 194 201 if (selection->useDisplay) {
Note:
See TracChangeset
for help on using the changeset viewer.
