Changeset 11668 for trunk/psLib/src/astro
- Timestamp:
- Feb 6, 2007, 11:36:09 AM (19 years ago)
- Location:
- trunk/psLib/src/astro
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r11618 r11668 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.13 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-02-0 3 06:01:42$12 * @version $Revision: 1.133 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-02-06 21:36:09 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 151 151 Why isn't this called p_psIsPlaneTransformLinear()? 152 152 *****************************************************************************/ 153 psBool p_psIsProjectionLinear(psPlaneTransform *transform)153 bool p_psIsProjectionLinear(psPlaneTransform *transform) 154 154 { 155 155 PS_ASSERT_PTR_NON_NULL(transform, false); -
trunk/psLib/src/astro/psCoord.h
r11248 r11668 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1.5 6$ $Name: not supported by cvs2svn $11 * @date $Date: 2007-0 1-23 22:47:22$10 * @version $Revision: 1.57 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-02-06 21:36:09 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 321 321 * the order of the projection 322 322 */ 323 psBool p_psIsProjectionLinear(323 bool p_psIsProjectionLinear( 324 324 psPlaneTransform *transform ///< transform to test for linearity 325 325 ); -
trunk/psLib/src/astro/psTime.c
r10999 r11668 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.10 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-0 1-09 22:38:52$12 * @version $Revision: 1.109 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-02-06 21:36:09 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 1268 1268 { 1269 1269 psTime* prevUtc = NULL; 1270 psBool returnValue = false;1270 bool returnValue = false; 1271 1271 1272 1272 // Check for valid time -
trunk/psLib/src/astro/psTime.h
r11248 r11668 11 11 * @author Ross Harman, MHPCC 12 12 * 13 * @version $Revision: 1.5 4$ $Name: not supported by cvs2svn $14 * @date $Date: 2007-0 1-23 22:47:22$13 * @version $Revision: 1.55 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-02-06 21:36:09 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 85 85 * @return bool: True for success, false for failure. 86 86 */ 87 psBool p_psTimeInit(87 bool p_psTimeInit( 88 88 const char *fileName ///< File name containing config/data info 89 89 ); … … 103 103 * @return void: void. 104 104 */ 105 psBool p_psTimeFinalize(void);105 bool p_psTimeFinalize(void); 106 106 107 107 /** Frees memory that was allocated by psTime functions.
Note:
See TracChangeset
for help on using the changeset viewer.
