Changeset 8232 for trunk/psLib/src/astro/psCoord.c
- Timestamp:
- Aug 8, 2006, 1:32:23 PM (20 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
astro/psCoord.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src
- Property svn:ignore
-
old new 10 10 libpslib.la.temp 11 11 config.h.in 12 psErrorText.h13 12 *.bb 14 13 *.bbg
-
- Property svn:ignore
-
trunk/psLib/src/astro/psCoord.c
r7914 r8232 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.12 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-0 7-15 02:57:12 $12 * @version $Revision: 1.122 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-08-08 23:32:22 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 26 26 #include "psLogMsg.h" 27 27 #include "psTrace.h" 28 #include "psErrorText.h" 28 29 29 #include "psMatrix.h" 30 30 #include "psMinimizePolyFit.h" … … 435 435 default: 436 436 psError(PS_ERR_BAD_PARAMETER_TYPE, true, 437 PS_ERRORTEXT_psCoord_PROJECTION_TYPE_UNKNOWN,437 _("The projection type, %d, is unknown."), 438 438 projection->type); 439 439 psFree(out); … … 537 537 default: 538 538 psError(PS_ERR_BAD_PARAMETER_TYPE, true, 539 PS_ERRORTEXT_psCoord_PROJECTION_TYPE_UNKNOWN,539 _("The projection type, %d, is unknown."), 540 540 projection->type); 541 541 psFree(out);
Note:
See TracChangeset
for help on using the changeset viewer.
