- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/psModules/src/extras/pmVisual.c
r23989 r27840 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.
