IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41598 for trunk/Ohana


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

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

Location:
trunk/Ohana/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/src/bDrawObjects.c

    r41341 r41598  
    211211
    212212  int scaleColor = (object[0].color < 0);
    213   unsigned char *pixel1, *pixel2, *pixel3;
     213  unsigned char *pixel1 = NULL, *pixel2 = NULL, *pixel3 = NULL;
    214214  float *z = object[0].z;
    215215
  • 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.