Changeset 4321 for trunk/psLib/src/astro/psCoord.c
- Timestamp:
- Jun 20, 2005, 12:42:30 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r4289 r4321 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.7 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-06- 16 22:42:09 $12 * @version $Revision: 1.75 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-06-20 22:42:29 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 268 268 } 269 269 270 psPlaneDistort* psPlaneDistortAlloc( psS32 n1, psS32 n2, psS32 n3, psS32n4)270 psPlaneDistort* psPlaneDistortAlloc(int n1, int n2, int n3, int n4) 271 271 { 272 272 PS_ASSERT_INT_NONNEGATIVE(n1, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
