Changeset 25754 for trunk/psModules/src/extras/pmVisual.c
- Timestamp:
- Oct 2, 2009, 3:11:32 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/extras/pmVisual.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/extras/pmVisual.c
r23989 r25754 22 22 #include "pmSubtractionStamps.h" 23 23 #include "pmTrend2D.h" 24 #include "pmPSF.h" 25 #include "pmPSFtry.h" 26 #include "pmSource.h" 24 27 #include "pmFPAExtent.h" 25 28 … … 86 89 { 87 90 char key[10]; 88 fprintf (stdout, "[c]ontinue? [s]kip the rest of these plots? [a]bort all visual plots?"); 91 if (plotFlag) { 92 fprintf (stdout, "[c]ontinue? [s]kip the rest of these plots? [a]bort all visual plots? (c) "); 93 } else { 94 fprintf (stdout, "[c]ontinue? [a]bort all visual plots? (c) "); 95 } 89 96 if (!fgets(key, 8, stdin)) { 90 97 psWarning("Unable to read option"); 91 98 } 92 if ( key[0] == 's') {99 if (plotFlag && (key[0] == 's')) { 93 100 *plotFlag = false; 94 101 }
Note:
See TracChangeset
for help on using the changeset viewer.
