IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2006, 12:25:31 PM (20 years ago)
Author:
gusciora
Message:

Misc code cleaning

File:
1 edited

Legend:

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

    r5841 r6186  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.99 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-12-24 00:33:13 $
     12*  @version $Revision: 1.100 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2006-01-23 22:25:31 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    925925        return(p_psPlaneTransformLinearInvert((psPlaneTransform *) in));
    926926    }
    927     PS_INT_COMPARE(1, nSamples, NULL);
     927    PS_ASSERT_INT_LARGER_THAN_OR_EQUAL(nSamples, 1, NULL);
    928928
    929929    // Ensure that the input transformation is symmetrical.
Note: See TracChangeset for help on using the changeset viewer.