IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 15, 2006, 3:08:58 PM (20 years ago)
Author:
drobbin
Message:

Updated outputting message in EOC. (Added VERBOSE option, set default = 0). Changed VERBOSE=1 in psPolyFit4D to analyze bug(s).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psEarthOrientation.c

    r6425 r7118  
    88 *  @author Robert Daniel DeSonia, MHPCC
    99 *
    10  *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2006-02-14 00:09:26 $
     10 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2006-05-16 01:08:57 $
    1212 *
    1313 *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    10181018    // Convert psTime to MJD
    10191019    double MJD = psTimeToMJD(time);
    1020     printf("\nMJD check = %.13g\n", MJD);
     1020    //    printf("\nMJD check = %.13g\n", MJD);
    10211021    if (MJD == NAN) {
    10221022        psError(PS_ERR_BAD_PARAMETER_VALUE, false,
Note: See TracChangeset for help on using the changeset viewer.