Changeset 33569
- Timestamp:
- Mar 19, 2012, 6:09:38 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src
- Files:
-
- 6 edited
-
elixir/src/SockScan.c (modified) (1 diff)
-
imregister/imreg/SockScan.c (modified) (1 diff)
-
opihi/cmd.astro/spex1dgas.c (modified) (1 diff)
-
opihi/cmd.data/read_vectors.c (modified) (1 diff)
-
opihi/dvo/avmatch.c (modified) (1 diff)
-
photdbc/src/initialize.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/elixir/src/SockScan.c
r33238 r33569 8 8 char *done; 9 9 10 status = FALSE; 10 11 done = string; 11 12 for (i = 0; (i < MAXTIME) && (done != NULL); i++) { -
branches/eam_branches/ipp-20111122/Ohana/src/imregister/imreg/SockScan.c
r33238 r33569 10 10 11 11 done = string; 12 status = FALSE; 12 13 for (i = 0; (i < MAXTIME) && (done != NULL); i++) { 13 14 ShiftFifo (fifo); -
branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.astro/spex1dgas.c
r33037 r33569 105 105 int *IDList, *MidObj; 106 106 107 MidObj = NULL; 108 IDList = NULL; 109 XoList = NULL; 107 110 { 108 111 // init random numbers -
branches/eam_branches/ipp-20111122/Ohana/src/opihi/cmd.data/read_vectors.c
r33311 r33569 197 197 double dvalue; 198 198 time_t tvalue; 199 int readStatus ;199 int readStatus = FALSE; 200 200 // need to make the if cases for coltype[i] 201 201 switch (coltype[i]) { -
branches/eam_branches/ipp-20111122/Ohana/src/opihi/dvo/avmatch.c
r33563 r33569 68 68 69 69 // this does all the work of re-packaging the command, calling it on the remote machines, then loading in the results 70 RAvec = NULL; 71 DECvec = NULL; 70 72 if (PARALLEL && !HOST_ID) { 71 73 if (!CoordsFile) { -
branches/eam_branches/ipp-20111122/Ohana/src/photdbc/src/initialize.c
r33206 r33569 17 17 NphotcodesDrop = 0; 18 18 photcodesDrop = NULL; 19 ptr = NULL; 19 20 if (PHOTCODE_DROP_LIST != NULL) { 20 21 NPHOTCODES = 10;
Note:
See TracChangeset
for help on using the changeset viewer.
