Changeset 39360 for trunk/Ohana/src/opihi/dvo/mmatch.c
- Timestamp:
- Feb 18, 2016, 5:36:58 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/mmatch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/mmatch.c
r38471 r39360 150 150 // XXX this is now set for both cases... 151 151 CoordsFile = abspath("coords.fits", 1024); 152 int status = WriteVectorTableFITS (CoordsFile, "COORDS", vec, 2, FALSE, FALSE, NULL );152 int status = WriteVectorTableFITS (CoordsFile, "COORDS", vec, 2, FALSE, FALSE, NULL, 0); 153 153 if (!status) goto escape; 154 154 } … … 350 350 vec[Nfields-1] = IDXvec; 351 351 } 352 int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", vec, Nfields, FALSE, FALSE, NULL );352 int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", vec, Nfields, FALSE, FALSE, NULL, 0); 353 353 if (!status) goto escape; 354 354 }
Note:
See TracChangeset
for help on using the changeset viewer.
