Changeset 2273 for trunk/psLib/src/astronomy/psAstrometry.c
- Timestamp:
- Nov 3, 2004, 3:05:00 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
r2222 r2273 8 8 * @author George Gusciora, MHPCC 9 9 * 10 * @version $Revision: 1. 49$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-1 0-27 23:49:00$10 * @version $Revision: 1.50 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-11-04 01:04:57 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 25 25 #include "psError.h" 26 26 #include "psConstants.h" 27 #include "psAstronomyErrors.h" 28 27 29 #include "slalib.h" 28 30 … … 868 870 // generate an error if cell->toTP is not linear. 869 871 if (0 == isProjectionLinear(cell->toTP)) { 870 psError(__func__, "the cell->toTP transfrom is not linear.\n"); 872 psError(PS_ERR_BAD_PARAMETER_TYPE, true, 873 PS_ERRORTEXT_psAstrometry_NONLINEAR_TRANSFORM, 874 "cell to tangent plane"); 871 875 } 872 876
Note:
See TracChangeset
for help on using the changeset viewer.
