- Timestamp:
- May 28, 2015, 8:28:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/opihi/dvo/avmatch.c
r37807 r38330 115 115 116 116 CoordsFile = abspath("coords.fits", 1024); 117 int status = WriteVectorTableFITS (CoordsFile, "COORDS", vec, 2, FALSE, NULL);117 int status = WriteVectorTableFITS (CoordsFile, "COORDS", vec, 2, FALSE, FALSE, NULL); 118 118 if (!status) goto escape; 119 119 } … … 302 302 vec[i][0].Nelements = Nfound; 303 303 } 304 int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", vec, Nfields + 1, FALSE, NULL);304 int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", vec, Nfields + 1, FALSE, FALSE, NULL); 305 305 free (vec[Nfields]->elements.Int); 306 306 free (vec[Nfields]);
Note:
See TracChangeset
for help on using the changeset viewer.
