Changeset 2204 for trunk/psLib/src/astronomy/psCoord.c
- Timestamp:
- Oct 26, 2004, 2:57:34 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psCoord.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psCoord.c
r2200 r2204 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-10-2 6 22:32:09$12 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-10-27 00:57:30 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 67 67 } 68 68 69 psPlaneTransform* psPlaneTransformAlloc( int n1, intn2)69 psPlaneTransform* psPlaneTransformAlloc(psS32 n1, psS32 n2) 70 70 { 71 71 psPlaneTransform *pt = psAlloc(sizeof(psPlaneTransform)); … … 97 97 } 98 98 99 psPlaneDistort* psPlaneDistortAlloc( int n1, int n2, int n3, intn4)99 psPlaneDistort* psPlaneDistortAlloc(psS32 n1, psS32 n2, psS32 n3, psS32 n4) 100 100 { 101 101 psPlaneDistort *pt = psAlloc(sizeof(psPlaneDistort));
Note:
See TracChangeset
for help on using the changeset viewer.
