IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15244


Ignore:
Timestamp:
Oct 8, 2007, 8:53:05 AM (19 years ago)
Author:
eugene
Message:

add in test break

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastro.c

    r14641 r15244  
    3535    }
    3636
     37    // test break point
     38    char line[10];
     39    fprintf (stderr, "press return: ");
     40    fgets (line, 10, stdin);
     41
    3742    if (!psastroAnalysis (config)) {
    3843        psErrorStackPrint(stderr, "failure in psastro analysis\n");
     
    4045    }
    4146   
     47    // test break point
     48    // fprintf (stderr, "press return: ");
     49    // fgets (line, 10, stdin);
     50
    4251    // write out the results
    4352    if (!psastroDataSave (config)) {
Note: See TracChangeset for help on using the changeset viewer.