Changeset 27611 for trunk/Ohana/src/relphot
- Timestamp:
- Apr 5, 2010, 3:47:36 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/src/plotstuff.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/plotstuff.c
r20191 r27611 149 149 if (PLOTDELAY > 500000) { 150 150 fprintf (stdout, "press return\n"); 151 fscanf (stdin, "%*c");151 if (fscanf (stdin, "%*c") != 1) fprintf (stderr, "\n"); 152 152 } else { 153 153 usleep (PLOTDELAY);
Note:
See TracChangeset
for help on using the changeset viewer.
