Changeset 2221 for trunk/psLib/src/astronomy/psAstrometry.c
- Timestamp:
- Oct 27, 2004, 1:31:44 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psAstrometry.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psAstrometry.c
r2214 r2221 8 8 * @author George Gusciora, MHPCC 9 9 * 10 * @version $Revision: 1.4 7$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-10-27 2 0:20:11$10 * @version $Revision: 1.48 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-10-27 23:31:43 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 23 23 #include "psAstrometry.h" 24 24 #include "psMemory.h" 25 #include "psAbort.h"26 25 #include "psError.h" 27 26 #include "psConstants.h" … … 834 833 // generate an error if cell->toTP is not linear. 835 834 if (0 == isProjectionLinear(cell->toTP)) { 836 ps Abort(__func__, "the cell->toTP transfrom is not linear.\n");835 psError(__func__, "the cell->toTP transfrom is not linear.\n"); 837 836 } 838 837
Note:
See TracChangeset
for help on using the changeset viewer.
