Changeset 6382
- Timestamp:
- Feb 8, 2006, 11:30:34 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r6346 r6382 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.10 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-02-0 7 23:14:21$12 * @version $Revision: 1.107 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-02-08 21:30:34 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 177 177 } 178 178 179 // XXX: Must test psPlaneAlloc() and planeFree().180 179 // XXX: Must rewrite code and tests to use these functions. 181 180 psPlane* psPlaneAlloc(void) … … 183 182 psPlane *p = psAlloc(sizeof(psPlane)); 184 183 psMemSetDeallocator(p, (psFreeFunc) planeFree); 184 185 p->x = NAN; 186 p->y = NAN; 187 p->xErr = NAN; 188 p->yErr = NAN; 185 189 186 190 return(p);
Note:
See TracChangeset
for help on using the changeset viewer.
