--- trunk/src/restraints/ObjectRestraint.hpp 2009/11/25 20:02:06 1390 +++ branches/development/src/restraints/ObjectRestraint.hpp 2010/07/09 23:08:25 1465 @@ -72,6 +72,11 @@ namespace OpenMD { refPos_ = refPos; refA_ = refA; } + + Vector3d getReferenceStructure(){ + return refPos_; + } + void calcForce(Vector3d struc); void calcForce(Vector3d struc, RotMat3x3d A);