- Timestamp:
- Apr 16, 2016, 7:00:08 AM (10 years ago)
- Location:
- trunk/Ohana/src/addstar/src
- Files:
-
- 2 edited
-
setobjflags_remote_hosts.c (modified) (2 diffs)
-
setobjflags_save_remote.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/setobjflags_remote_hosts.c
r39525 r39535 1 1 # include "addstar.h" 2 # include " loadstarpar.h"2 # include "setobjflags.h" 3 3 # include <sys/types.h> 4 4 # include <sys/wait.h> … … 16 16 int init_remote_hosts (void) { 17 17 18 Nhosts = 10;18 Nhosts = 20; 19 19 ALLOCATE (hosts, HostInfo *, Nhosts); 20 20 -
trunk/Ohana/src/addstar/src/setobjflags_save_remote.c
r39525 r39535 19 19 // save to a unique filename 20 20 char filename[DVO_MAX_PATH]; // CATDIR/tmpdir/starpar.PID.index.fits 21 snprintf (filename, DVO_MAX_PATH, "%s/tmpdir/ starpar.%s.%05d.fits", CATDIR, uniquer, region->index);21 snprintf (filename, DVO_MAX_PATH, "%s/tmpdir/objflags.%s.%05d.fits", CATDIR, uniquer, region->index); 22 22 23 23 // write the data to the given FITS file
Note:
See TracChangeset
for help on using the changeset viewer.
