Changeset 41598 for trunk/Ohana
- Timestamp:
- May 18, 2021, 3:31:23 PM (5 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 2 edited
-
kapa2/src/bDrawObjects.c (modified) (1 diff)
-
relphot/src/ZeroPointModes.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/src/bDrawObjects.c
r41341 r41598 211 211 212 212 int scaleColor = (object[0].color < 0); 213 unsigned char *pixel1 , *pixel2, *pixel3;213 unsigned char *pixel1 = NULL, *pixel2 = NULL, *pixel3 = NULL; 214 214 float *z = object[0].z; 215 215 -
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.
