--- trunk/src/restraints/ObjectRestraint.hpp 2009/11/25 20:02:06 1390 +++ trunk/src/restraints/ObjectRestraint.hpp 2010/01/20 16:04:40 1407 @@ -72,6 +72,11 @@ namespace OpenMD { refPos_ = refPos; refA_ = refA; } + + Vector3d getReferenceStructure(){ + return refPos_; + } + void calcForce(Vector3d struc); void calcForce(Vector3d struc, RotMat3x3d A);