IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2933


Ignore:
Timestamp:
Jan 7, 2005, 2:13:07 PM (22 years ago)
Author:
gusciora
Message:

Fixed bug with unallowable offset unit type.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

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

    r2931 r2933  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-01-07 23:52:15 $
     12*  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-01-08 00:13:07 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    458458                    PS_ERRORTEXT_psCoord_UNITS_UNKNOWN,
    459459                    unit);
     460            psFree(tmp);
     461            return(NULL);
    460462        }
    461463
     
    523525                    PS_ERRORTEXT_psCoord_UNITS_UNKNOWN,
    524526                    unit);
     527            return(NULL);
    525528        }
    526529
  • trunk/psLib/src/astronomy/psCoord.c

    r2931 r2933  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.42 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-01-07 23:52:15 $
     12*  @version $Revision: 1.43 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-01-08 00:13:07 $
    1414*
    1515*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    458458                    PS_ERRORTEXT_psCoord_UNITS_UNKNOWN,
    459459                    unit);
     460            psFree(tmp);
     461            return(NULL);
    460462        }
    461463
     
    523525                    PS_ERRORTEXT_psCoord_UNITS_UNKNOWN,
    524526                    unit);
     527            return(NULL);
    525528        }
    526529
Note: See TracChangeset for help on using the changeset viewer.