| # | 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 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |