- Timestamp:
- Jun 12, 2019, 3:49:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20190329/src/opihi/dvo/avmatch.c
r40523 r40791 114 114 115 115 CoordsFile = abspath("coords.fits", 1024); 116 int status = WriteVectorTableFITS (CoordsFile, "COORDS", vec, 2, FALSE, FALSE, NULL, 0);116 int status = WriteVectorTableFITS (CoordsFile, "COORDS", NULL, vec, 2, FALSE, FALSE, NULL, 0); 117 117 if (!status) goto escape; 118 118 } … … 301 301 vec[i][0].Nelements = Nfound; 302 302 } 303 int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", vec, Nfields + 1, FALSE, FALSE, NULL, 0);303 int status = WriteVectorTableFITS (RESULT_FILE, "RESULT", NULL, vec, Nfields + 1, FALSE, FALSE, NULL, 0); 304 304 free (vec[Nfields]->elements.Int); 305 305 free (vec[Nfields]);
Note:
See TracChangeset
for help on using the changeset viewer.
