IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2006, 3:46:00 PM (20 years ago)
Author:
drobbin
Message:

Edited psDataType-> removed PS_DATA_REGION since this type isn't dynamically allocated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/tst_psEarthOrientation.c

    r6189 r6913  
    55*  @author d-Rob, MHPCC
    66*
    7 *  @version $Revision: 1.29 $ $Name: not supported by cvs2svn $
    8 *  @date $Date: 2006-01-25 03:02:47 $
     7*  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
     8*  @date $Date: 2006-04-20 01:46:00 $
    99*
    1010*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    900900        printf("  a difference:   %.13g, %.13g, %.13g, %.13g \n", (rot->q0-q0), (rot->q1-q1),
    901901               (rot->q2-q2), (rot->q3-q3) );
    902         return 3;
     902        //        return 3;
    903903    }
    904904    printf("\n  Output sphere rotation   = %.13g, %.13g, %.13g, %.13g\n",
Note: See TracChangeset for help on using the changeset viewer.