IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4230


Ignore:
Timestamp:
Jun 13, 2005, 10:43:40 AM (21 years ago)
Author:
desonia
Message:

removed a bug introduced.

Location:
trunk/psLib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psPixels.c

    r4225 r4230  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-13 20:18:18 $
     9 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-13 20:43:40 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8686
    8787    pixels->nalloc = size;
    88     pixels->n = size;
    8988
    9089    if (pixels->n > pixels->nalloc) {
  • trunk/psLib/src/types/psPixels.c

    r4225 r4230  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-06-13 20:18:18 $
     9 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-06-13 20:43:40 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    8686
    8787    pixels->nalloc = size;
    88     pixels->n = size;
    8988
    9089    if (pixels->n > pixels->nalloc) {
  • trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stdout

    r3977 r4230  
    1 grom->latitude is 1.29
    2 grom->sinLat is 0.96
    3 grom->cosLat is 0.28
     1grom->latitude is 20.70
     2grom->longitude is 156.30
     3grom->height is 3055.00
    44grom->abberationMag is 0.00
    5 grom->height is 3055.00
    65grom->temperature is 7.00
    76grom->pressure is 8.00
     
    98grom->wavelength is 11.00
    109grom->lapseRate is 20.00
    11 grom->refractA is 0.00
    12 grom->refractB is -0.00
    13 grom->longitudeOffset is 2.36
     10grom->refractA is 0.26
     11grom->refractB is 0.26
    1412----------------------------------------------------------------------------------
    1513Calling psPlaneTransformCombine with NULL trans1.  Should generate error and return NULL.
Note: See TracChangeset for help on using the changeset viewer.