Changeset 39360 for trunk/Ohana/src/opihi/dvo/dvo_host_utils.c
- Timestamp:
- Feb 18, 2016, 5:36:58 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/dvo_host_utils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/dvo_host_utils.c
r38441 r39360 230 230 // write vectors to a table (this is used by parallel dvo operations, but can be used elsewhere) 231 231 if (ResultFile) { 232 int status = WriteVectorTableFITS (ResultFile, "RESULT", vec, Nvec, FALSE, FALSE, NULL );232 int status = WriteVectorTableFITS (ResultFile, "RESULT", vec, Nvec, FALSE, FALSE, NULL, 0); 233 233 if (!status) { 234 234 gprint (GP_ERR, "failed to write result file %s\n", ResultFile);
Note:
See TracChangeset
for help on using the changeset viewer.
