Changeset 37498
- Timestamp:
- Oct 17, 2014, 6:03:16 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140904/Ohana/src/relastro
- Files:
-
- 2 edited
-
include/relastro.h (modified) (1 diff)
-
src/ConfigInit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/relastro/include/relastro.h
r37446 r37498 188 188 189 189 int USE_FIXED_PIXCOORDS; 190 int USE_GAL_MODEL; 190 191 191 192 int RESET; -
branches/eam_branches/ipp-20140904/Ohana/src/relastro/src/ConfigInit.c
r36630 r37498 36 36 37 37 if (!ScanConfig (config, "USE_FIXED_PIXCOORDS", "%d", 0, &USE_FIXED_PIXCOORDS)) USE_FIXED_PIXCOORDS = FALSE; 38 if (!ScanConfig (config, "USE_GAL_MODEL", "%d", 0, &USE_GAL_MODEL)) USE_GAL_MODEL = FALSE; 38 39 39 40 // force CATDIR to be absolute (so parallel mode will work)
Note:
See TracChangeset
for help on using the changeset viewer.
