Changeset 1393 for trunk/psLib/src/astronomy/psAstrometry.c
- Timestamp:
- Aug 5, 2004, 9:38:52 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psAstrometry.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psAstrometry.c
r1385 r1393 8 8 * @author George Gusciora, MHPCC 9 9 * 10 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-08-0 4 23:37:39$10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-08-05 19:38:51 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 20 20 #include "psMemory.h" 21 21 22 void grommitFree( psGrommit *grommit );23 int checkValidChipCoords( double x, double y, psChip *tmpChip );24 int checkValidImageCoords( double x, double y, psImage *tmpImage );22 static void grommitFree( psGrommit *grommit ); 23 static int checkValidChipCoords( double x, double y, psChip *tmpChip ); 24 static int checkValidImageCoords( double x, double y, psImage *tmpImage ); 25 25 26 26 psExposure* psExposureAlloc( double ra, double dec, double hourAngle,
Note:
See TracChangeset
for help on using the changeset viewer.
