Changeset 27588 for trunk/Ohana/src/relastro
- Timestamp:
- Apr 3, 2010, 8:35:01 AM (16 years ago)
- Location:
- trunk/Ohana/src/relastro/src
- Files:
-
- 2 edited
-
UpdateObjects.c (modified) (1 diff)
-
plotstuff.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/UpdateObjects.c
r27581 r27588 50 50 double Tmin, Tmax, Tmean, Trange; 51 51 52 memset (&fit, 0, sizeof(fit)); 53 memset (&fitAve, 0, sizeof(fitAve)); 54 memset (&fitPM, 0, sizeof(fitPM)); 55 memset (&fitPAR, 0, sizeof(fitPAR)); 56 52 57 initObjectData (catalog, Ncatalog); 53 58 -
trunk/Ohana/src/relastro/src/plotstuff.c
r17203 r27588 125 125 if (PLOTDELAY > 500000) { 126 126 fprintf (stdout, "press return\n"); 127 fscanf (stdin, "%*c");127 if (fscanf (stdin, "%*c") != 0) fprintf (stderr, "\n"); 128 128 } else { 129 129 usleep (PLOTDELAY);
Note:
See TracChangeset
for help on using the changeset viewer.
