Changeset 15255
- Timestamp:
- Oct 9, 2007, 9:28:06 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psastro/src/psastro.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro/src/psastro.c
r15244 r15255 35 35 } 36 36 37 // test break point 38 char line[10]; 39 fprintf (stderr, "press return: "); 40 fgets (line, 10, stdin); 41 37 // run the full astrometry analysis (chip and/or mosaic) 42 38 if (!psastroAnalysis (config)) { 43 39 psErrorStackPrint(stderr, "failure in psastro analysis\n"); … … 45 41 } 46 42 47 // test break point48 // fprintf (stderr, "press return: ");49 // fgets (line, 10, stdin);50 51 43 // write out the results 52 44 if (!psastroDataSave (config)) {
Note:
See TracChangeset
for help on using the changeset viewer.
