--- trunk/OOPSE/libmdtools/SimInfo.hpp 2003/09/15 16:52:02 763 +++ trunk/OOPSE/libmdtools/SimInfo.hpp 2003/09/16 20:02:11 767 @@ -36,6 +36,7 @@ class SimInfo{ (public) unsigned int n_oriented; // number of of atoms with orientation unsigned int ndf; // number of actual degrees of freedom unsigned int ndfRaw; // number of settable degrees of freedom + unsigned int ndfTrans; // number of translational degrees of freedom unsigned int nZconstraints; // the number of zConstraints unsigned int setTemp; // boolean to set the temperature at each sampleTime @@ -129,6 +130,7 @@ class SimInfo{ (public) int getNDF(); int getNDFraw(); + int getNDFtranslational(); void setBox( double newBox[3] ); void setBoxM( double newBox[3][3] );