ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/SimInfo.hpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/SimInfo.hpp (file contents):
Revision 746 by mmeineke, Thu Sep 4 21:48:35 2003 UTC vs.
Revision 763 by tim, Mon Sep 15 16:52:02 2003 UTC

# Line 158 | Line 158 | class SimInfo{ (public)
158    void printMat3(double A[3][3]);
159    void printMat9(double A[9]);
160    double matDet3(double m[3][3]);
161 +  double matTrace3(double m[3][3]);
162  
163    SimState* getConfiguration( void ) { return myConfiguration; }
164    

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines