--- trunk/src/restraints/ObjectRestraint.hpp 2009/11/25 20:02:06 1390 +++ trunk/src/restraints/ObjectRestraint.hpp 2010/05/10 17:28:26 1442 @@ -72,6 +72,11 @@ namespace OpenMD { refPos_ = refPos; refA_ = refA; } + + Vector3d getReferenceStructure(){ + return refPos_; + } + void calcForce(Vector3d struc); void calcForce(Vector3d struc, RotMat3x3d A);