Changeset 12479 for trunk/psLib/src/astro/psCoord.c
- Timestamp:
- Mar 18, 2007, 12:00:09 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r12330 r12479 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.13 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-03- 08 22:12:56$12 * @version $Revision: 1.136 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-03-18 22:00:09 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1018 1018 if (!result) { 1019 1019 psError( PS_ERR_UNKNOWN, true, "psVectorFitPolynomial2D() returned NULL: could not fit a 2-D polynomial to the data.\n"); 1020 psFree( out);1020 psFree(myPT); 1021 1021 return(NULL); 1022 1022 }
Note:
See TracChangeset
for help on using the changeset viewer.
