Changeset 38441 for trunk/Ohana/src/libdvo/src/LoadPhotcodesFITS.c
- Timestamp:
- Jun 12, 2015, 6:18:23 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libdvo/src/LoadPhotcodesFITS.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20150429 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/libdvo/src/LoadPhotcodesFITS.c
r37035 r38441 15 15 16 16 /* XXX choose more sensible lock timeouts! */ 17 gfits_db_init (&db); 17 18 db.timeout = 60.0; 18 19 db.lockstate = LCK_SOFT; 19 gfits_db_init (&db);20 20 21 21 /* does this mean the db is empty, non-existent, or has access errors? */ … … 43 43 # define CONVERT_FORMAT(NAME, FORMAT) \ 44 44 if (!strcmp (extname, NAME)) { \ 45 PhotCode_##FORMAT *photcode_input = gfits_table_get_PhotCode_##FORMAT (&db.ftable, &Ncode, &db.s wapped); \45 PhotCode_##FORMAT *photcode_input = gfits_table_get_PhotCode_##FORMAT (&db.ftable, &Ncode, &db.scaledValue, &db.nativeOrder); \ 46 46 if (!photcode_input) { \ 47 47 fprintf (stderr, "ERROR: failed to read photcodes in LoadPhotcodesFITS.c\n"); \
Note:
See TracChangeset
for help on using the changeset viewer.
