Changeset 39360 for trunk/Ohana/src/opihi/dvo/avmatch.c
- Timestamp:
- Feb 18, 2016, 5:36:58 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/avmatch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/avmatch.c
r39225 r39360 115 115 116 116 CoordsFile = abspath("coords.fits", 1024); 117 int status = WriteVectorTableFITS (CoordsFile, "COORDS", vec, 2, FALSE, FALSE, NULL );117 int status = WriteVectorTableFITS (CoordsFile, "COORDS", vec, 2, FALSE, FALSE, NULL, 0); 118 118 if (!status) goto escape; 119 119 } … … 304 304 vec[i][0].Nelements = Nfound; 305 305 } 306 int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", vec, Nfields + 1, FALSE, FALSE, NULL );306 int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", vec, Nfields + 1, FALSE, FALSE, NULL, 0); 307 307 free (vec[Nfields]->elements.Int); 308 308 free (vec[Nfields]);
Note:
See TracChangeset
for help on using the changeset viewer.
