IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2021, 3:31:23 PM (5 years ago)
Author:
eugene
Message:

disable updatesummitexp (never fully coded); fix optimized build issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/ZeroPointModes.c

    r41555 r41598  
    88    int newValue;
    99    fprintf (stdout, "Set Iteration (current = %d): ", CurrentLoop);
    10     fscanf (stdin, "%d", &newValue);
     10    if (!fscanf (stdin, "%d", &newValue)) return;
    1111    fprintf (stdout, "Using iteration %d\n", newValue);
    1212    CurrentLoop = newValue;
Note: See TracChangeset for help on using the changeset viewer.