Changeset 28238
- Timestamp:
- Jun 6, 2010, 3:22:43 PM (16 years ago)
- Location:
- branches/eam_branches/Ohana.20100606/src
- Files:
-
- 3 edited
-
addstar/src/sky_tessalation.c (modified) (2 diffs)
-
opihi/pcontrol/StartHost.c (modified) (1 diff)
-
opihi/pcontrol/StopHosts.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/Ohana.20100606/src/addstar/src/sky_tessalation.c
r28237 r28238 940 940 int dvo_image_clear_vtable (FITS_DB *db) { 941 941 942 int i ;942 int i, nbytes; 943 943 944 944 // free memory used by the current vtable rows … … 951 951 952 952 // reset db[0].theader(NAXIS1) to match Image 953 gfits_modify (&db[0].theader, "NAXIS1", OFF_T_FMT, 1, sizeof(Image)); 953 nbytes = sizeof(Image); 954 gfits_modify (&db[0].theader, "NAXIS1", "%d", 1, nbytes); 954 955 db[0].theader.Naxis[0] = sizeof(Image); 955 956 -
branches/eam_branches/Ohana.20100606/src/opihi/pcontrol/StartHost.c
r28237 r28238 14 14 if (VarConfig ("SHELL", "%s", shell) == NULL) strcpy (shell, "pclient"); 15 15 16 #ifndef __APPLE__ 17 if (VerboseMode()) gprint (GP_ERR, "starting host within thread "OFF_T_FMT"\n", pthread_self()); 18 #endif 16 if (VerboseMode()) gprint (GP_ERR, "starting host within thread\n"); 17 19 18 pid = rconnect (command, host[0].hostname, shell, stdio); 20 19 if (!pid) { -
branches/eam_branches/Ohana.20100606/src/opihi/pcontrol/StopHosts.c
r28237 r28238 128 128 int i, result, waitstatus; 129 129 130 #ifndef __APPLE__ 131 if (VerboseMode()) gprint (GP_ERR, "harvesting within thread "OFF_T_FMT"\n", pthread_self()); 132 #endif 130 if (VerboseMode()) gprint (GP_ERR, "harvesting within thread\n"); 133 131 if (VerboseMode()) gprint (GP_ERR, "child process %d is down, wait for exit status\n", pid); 134 132
Note:
See TracChangeset
for help on using the changeset viewer.
