Changeset 6253 for trunk/psLib/src/astro/psCoord.c
- Timestamp:
- Jan 30, 2006, 12:56:01 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r6251 r6253 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.10 3$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-01-30 2 0:28:33$12 * @version $Revision: 1.104 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-01-30 22:56:01 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1088 1088 //XXX: Should the length (nalloc) be 1 and append be used everytime a pixel is added? 1089 1089 // out = psPixelsAlloc(input->nalloc); 1090 out = psPixelsAlloc( 1);1090 out = psPixelsAlloc(0); 1091 1091 } 1092 1092 psPlane *coord = psPlaneAlloc();
Note:
See TracChangeset
for help on using the changeset viewer.
