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