ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/utils/HydroProps.hpp
(Generate patch)

Comparing trunk/src/utils/HydroProps.hpp (file contents):
Revision 906 by tim, Fri Mar 17 23:20:35 2006 UTC vs.
Revision 956 by gezelter, Tue May 16 02:06:37 2006 UTC

# Line 39 | Line 39
39   * such damages.
40   */
41  
42 < #ifndef UTILS_HYDROPROPS_HPP
43 < #define UTILS_HYDROPROPS_HPP
44 < namespace oopse {
45 < #include "math/Vector3.hpp"
46 < #include "math/SquareMatrix3.hpp"
47 < struct HydroProps {
42 > #ifndef UTILS_HYDROPROPS_HPP
43 > #define UTILS_HYDROPROPS_HPP
44 >
45 > #include "math/Vector3.hpp"
46 > #include "math/SquareMatrix.hpp"
47 >
48 > namespace oopse {
49 >  
50 >  struct HydroProps {
51      Vector3d center;
52      Mat6x6d Xi;
53      Mat6x6d D;
54 < };
55 <
56 < }
57 <
58 < #endif
54 >  };
55 >  
56 > }
57 >
58 > #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines