- Timestamp:
- Nov 27, 2019, 11:39:38 AM (7 years ago)
- Location:
- branches/eam_branches/ipp-20191011
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20191011
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20191011/Ohana
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20191011/Ohana/src/opihi/dvo/mmatch.c
r40523 r41170 148 148 // XXX this is now set for both cases... 149 149 CoordsFile = abspath("coords.fits", 1024); 150 int status = WriteVectorTableFITS (CoordsFile, "COORDS", vec, 2, FALSE, FALSE, NULL, 0);150 int status = WriteVectorTableFITS (CoordsFile, "COORDS", NULL, vec, 2, FALSE, FALSE, NULL, 0); 151 151 if (!status) goto escape; 152 152 } … … 349 349 vec[Nfields-1] = IDXvec; 350 350 } 351 int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", vec, Nfields, FALSE, FALSE, NULL, 0);351 int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", NULL, vec, Nfields, FALSE, FALSE, NULL, 0); 352 352 if (!status) goto escape; 353 353 }
Note:
See TracChangeset
for help on using the changeset viewer.
