Changeset 6186 for trunk/psLib/src/astro/psCoord.c
- Timestamp:
- Jan 23, 2006, 12:25:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r5841 r6186 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1. 99$ $Name: not supported by cvs2svn $13 * @date $Date: 200 5-12-24 00:33:13$12 * @version $Revision: 1.100 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-01-23 22:25:31 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 925 925 return(p_psPlaneTransformLinearInvert((psPlaneTransform *) in)); 926 926 } 927 PS_ INT_COMPARE(1, nSamples, NULL);927 PS_ASSERT_INT_LARGER_THAN_OR_EQUAL(nSamples, 1, NULL); 928 928 929 929 // Ensure that the input transformation is symmetrical.
Note:
See TracChangeset
for help on using the changeset viewer.
