Changeset 33450
- Timestamp:
- Mar 9, 2012, 7:17:43 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/dvosplit/src/dvosplit.c
r33222 r33450 31 31 } 32 32 33 // XXX should strip off any trailing slashes 33 // dvosplit can be run locally (no -outdir specified); otherwise, copy Photcode.dat, 34 // Images.dat, SkyTable.fits 34 35 int LocalCopy = !strcmp (CATDIR, OUTDIR); 35 36 … … 127 128 } 128 129 129 // save sky table copy 130 // save sky table copy (Local or not Local : the depth has changed) 130 131 filename = SkyTableFilename (OUTDIR); 131 132 check_file_access (filename, TRUE, TRUE, VERBOSE); … … 135 136 } 136 137 138 if (!LocalCopy) { 139 // copy the images table 140 char line[2048]; 141 snprintf (line, 2048, "cp %s/Images.dat %s/Images.dat", CATDIR, OUTDIR); 142 system (line); 143 } 144 137 145 exit (0); 138 146 }
Note:
See TracChangeset
for help on using the changeset viewer.
