|
From: <de...@us...> - 2003-03-18 06:41:53
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Source
In directory sc8-pr-cvs1:/tmp/cvs-serv4000
Modified Files:
BaseType.cpp Enum.cpp HashUtility.cpp Math.cpp Vector3.cpp
Log Message:
no message
Index: BaseType.cpp
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Source/BaseType.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** BaseType.cpp 28 Jan 2003 23:26:07 -0000 1.2
--- BaseType.cpp 18 Mar 2003 06:41:49 -0000 1.3
***************
*** 19,24 ****
*/
- #include <SimData/BaseType.h>
#include <string>
NAMESPACE_SIMDATA
--- 19,26 ----
*/
#include <string>
+
+ #include <SimData/BaseType.h>
+
NAMESPACE_SIMDATA
Index: Enum.cpp
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Source/Enum.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Enum.cpp 28 Jan 2003 23:26:07 -0000 1.2
--- Enum.cpp 18 Mar 2003 06:41:49 -0000 1.3
***************
*** 10,13 ****
--- 10,14 ----
*/
+
// class Enum
Index: HashUtility.cpp
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Source/HashUtility.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HashUtility.cpp 28 Jan 2003 23:26:07 -0000 1.2
--- HashUtility.cpp 18 Mar 2003 06:41:49 -0000 1.3
***************
*** 26,36 ****
*
*/
#include <SimData/HashUtility.h>
! #include <sstream>
NAMESPACE_SIMDATA
/* The mixing step */
--- 26,39 ----
*
*/
+ #include <sstream>
+ #include <Simdata/Export.h>
#include <SimData/HashUtility.h>
!
NAMESPACE_SIMDATA
+ HASH<const char*> hashstring::h;
/* The mixing step */
Index: Math.cpp
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Source/Math.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Math.cpp 28 Jan 2003 23:26:07 -0000 1.2
--- Math.cpp 18 Mar 2003 06:41:50 -0000 1.3
***************
*** 26,32 ****
! /**
! * Calculates the angle between two vectors (with orientation)
! */
double angleBetweenTwoVectors(const Vector3 & v1, const Vector3 & v2)
{
--- 26,32 ----
! //
! // Calculates the angle between two vectors (with orientation)
! //
double angleBetweenTwoVectors(const Vector3 & v1, const Vector3 & v2)
{
***************
*** 50,54 ****
}
}
-
--- 50,53 ----
Index: Vector3.cpp
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Source/Vector3.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Vector3.cpp 28 Jan 2003 23:26:07 -0000 1.2
--- Vector3.cpp 18 Mar 2003 06:41:50 -0000 1.3
***************
*** 31,35 ****
#include <SimData/Vector3.h>
#include <SimData/Matrix3.h>
- #include <SimData/Vector3.inl>
#include <SimData/Pack.h>
--- 31,34 ----
|