Changeset 7766 for trunk/psLib/src/astro
- Timestamp:
- Jun 29, 2006, 4:20:43 PM (20 years ago)
- Location:
- trunk/psLib/src/astro
- Files:
-
- 5 edited
-
psCoord.c (modified) (2 diffs)
-
psCoord.h (modified) (2 diffs)
-
psEarthOrientation.c (modified) (2 diffs)
-
psSphereOps.c (modified) (2 diffs)
-
psTime.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r7079 r7766 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.1 19$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-0 5-06 03:34:21$12 * @version $Revision: 1.120 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-06-30 02:20:06 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 22 22 #include "psMemory.h" 23 23 #include "psTime.h" 24 #include "ps Constants.h"24 #include "psAssert.h" 25 25 #include "psError.h" 26 26 #include "psLogMsg.h" -
trunk/psLib/src/astro/psCoord.h
r6874 r7766 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.5 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-0 4-17 22:00:03$13 * @version $Revision: 1.52 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-06-30 02:20:06 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 456 456 ); 457 457 458 #define PS_PRINT_PLANE_TRANSFORM(NAME) \ 459 { \ 460 printf("---------------------- Plane Transform ----------------------\n"); \ 461 printf("x:\n"); \ 462 PS_POLY_PRINT_2D(NAME->x); \ 463 printf("y:\n"); \ 464 PS_POLY_PRINT_2D(NAME->y); \ 465 } \ 466 458 467 /// @} 459 468 -
trunk/psLib/src/astro/psEarthOrientation.c
r7118 r7766 8 8 * @author Robert Daniel DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.3 6$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-0 5-16 01:08:57$10 * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-06-30 02:20:06 $ 12 12 * 13 13 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii … … 27 27 #include "psMemory.h" 28 28 #include "psCoord.h" 29 #include "ps Constants.h"29 #include "psAssert.h" 30 30 31 31 // Sun's Mass (src: Google's Calculator Service) -
trunk/psLib/src/astro/psSphereOps.c
r6534 r7766 8 8 * @author Dave Robbins, MHPCC 9 9 * 10 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-0 3-07 01:53:24$10 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-06-30 02:20:06 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 22 22 #include "psMemory.h" 23 23 #include "psTime.h" 24 #include "ps Constants.h"24 #include "psAssert.h" 25 25 #include "psError.h" 26 26 #include "psLogMsg.h" -
trunk/psLib/src/astro/psTime.c
r7703 r7766 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 89$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-06- 27 04:13:07$12 * @version $Revision: 1.90 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-06-30 02:20:06 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 32 32 #include "psMetadataConfig.h" 33 33 #include "psLookupTable.h" 34 #include "ps Constants.h"34 #include "psAssert.h" 35 35 #include "psErrorText.h" 36 36
Note:
See TracChangeset
for help on using the changeset viewer.
