--- trunk/src/brains/Snapshot.cpp 2006/12/29 21:43:18 1104 +++ trunk/src/brains/Snapshot.cpp 2007/01/03 20:47:00 1112 @@ -57,6 +57,7 @@ namespace oopse { hmat_ = m; invHmat_ = hmat_.inverse(); + //prepare fortran Hmat RealType fortranHmat[9]; RealType fortranInvHmat[9];