Changeset 2058 for trunk/psLib/src/astronomy/psAstrometry.h
- Timestamp:
- Oct 12, 2004, 10:53:02 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/psAstrometry.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/psAstrometry.h
r2048 r2058 8 8 * @author George Gusciora, MHPCC 9 9 * 10 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-10-12 01:34:09$10 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-10-12 20:53:02 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 78 78 double xScale; ///< Scale of the grid in x direction 79 79 double yScale; ///< Scale of the grid in x direction 80 /// XXX: I added the following memvers to facilitate the psFreeing of the x,y data structures. 81 int p_ps_xRows; ///< Number of rows in the x member 82 int p_ps_xCols; ///< Number of cols in the x member 83 int p_ps_yRows; ///< Number of rows in the y member 84 int p_ps_yCols; ///< Number of cols in the y member 80 85 double **x; ///< The grid of offsets in x 81 86 double **y; ///< The grid of offsets in y
Note:
See TracChangeset
for help on using the changeset viewer.
