Changeset 41598 for trunk/Ohana/src/relphot
- Timestamp:
- May 18, 2021, 3:31:23 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relphot/src/ZeroPointModes.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relphot/src/ZeroPointModes.c
r41555 r41598 8 8 int newValue; 9 9 fprintf (stdout, "Set Iteration (current = %d): ", CurrentLoop); 10 fscanf (stdin, "%d", &newValue);10 if (!fscanf (stdin, "%d", &newValue)) return; 11 11 fprintf (stdout, "Using iteration %d\n", newValue); 12 12 CurrentLoop = newValue;
Note:
See TracChangeset
for help on using the changeset viewer.
