Changeset 38980
- Timestamp:
- Oct 27, 2015, 3:56:43 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150625/Ohana/src
- Files:
-
- 2 edited
-
opihi/cmd.data/read_vectors.c (modified) (1 diff)
-
relastro/src/UpdateObjects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/opihi/cmd.data/read_vectors.c
r38553 r38980 511 511 if (!gfits_fread_ftable_data (f, &table, padIfShort)) ESCAPE ("error reading table for extension %d\n", Nextend); 512 512 } else { 513 if (!gfits_fread_ftable_range (f, padIfShort, &table, start, Nrows)) ESCAPE ("error reading table for extension %d\n", Nextend); 513 // arg3 (FALSE) : seek to this segment start 514 if (!gfits_fread_ftable_range (f, padIfShort, FALSE, &table, start, Nrows)) ESCAPE ("error reading table for extension %d\n", Nextend); 514 515 } 515 516 -
branches/eam_branches/ipp-20150625/Ohana/src/relastro/src/UpdateObjects.c
r38705 r38980 304 304 int result = mode; 305 305 FitAstromResult fit; 306 FitAstromResultInit (&fit); 307 306 308 switch (result) { 307 309 case FIT_AVERAGE:
Note:
See TracChangeset
for help on using the changeset viewer.
