Changeset 26323
- Timestamp:
- Dec 2, 2009, 12:11:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psModules/src/imcombine/pmSubtractionVisual.c
r26322 r26323 34 34 static bool plotLeastSquares = false; 35 35 static bool plotImage = false; 36 static bool plotFit = false; 36 37 37 38 // variables to store plotting window indices … … 350 351 bool pmSubtractionVisualShowFit() { 351 352 352 // if (!pmVisualIsVisual()) return true;353 if (!pmVisualIsVisual() || !plotFit) return true; 353 354 if (!pmVisualInitWindow(&kapa1, "ppSub:Images")) return false; 354 355 if (!pmVisualInitWindow(&kapa2, "ppSub:Misc")) return false; … … 381 382 Graphdata graphdata; 382 383 383 // if (!pmVisualIsVisual()) return true;384 if (!pmVisualIsVisual() || !plotFit) return true; 384 385 if (!pmVisualInitWindow(&kapa3, "ppSub:plots")) return false; 385 386
Note:
See TracChangeset
for help on using the changeset viewer.
