Changeset 12045
- Timestamp:
- Feb 25, 2007, 12:38:53 PM (19 years ago)
- Location:
- branches/dvo-mods-2007-02/Ohana/src
- Files:
-
- 4 edited
-
opihi/include/pcontrol.h (modified) (1 diff)
-
relphot/src/bcatalog.c (modified) (1 diff)
-
relphot/src/setMrelFinal.c (modified) (1 diff)
-
uniphot/src/update_catalog.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dvo-mods-2007-02/Ohana/src/opihi/include/pcontrol.h
r11388 r12045 151 151 int CheckLiveHosts (float delay); 152 152 int SetRunSystem (int state); 153 RunLevels SetRunLevel (RunLevels level); 153 154 154 155 /*** own files ***/ -
branches/dvo-mods-2007-02/Ohana/src/relphot/src/bcatalog.c
r12012 r12045 27 27 28 28 if (RESET) { 29 float *p;30 29 subcatalog[0].secfilt[PhotNsec*Naverage+PhotSec].M = NO_MAG; 31 30 subcatalog[0].secfilt[PhotNsec*Naverage+PhotSec].dM = NO_MAG; -
branches/dvo-mods-2007-02/Ohana/src/relphot/src/setMrelFinal.c
r12012 r12045 4 4 5 5 int i, j, m, ecode; 6 float *p;7 short *q;8 6 9 7 /* if we reset the catalog, reset all the current measurements */ -
branches/dvo-mods-2007-02/Ohana/src/uniphot/src/update_catalog.c
r12012 r12045 5 5 int i, j, m, found; 6 6 int Nsec, Nsecfilt; 7 float *Mp;8 7 PhotCode *code; 9 8
Note:
See TracChangeset
for help on using the changeset viewer.
