More robust change from initial to target restraint centers in Colvars
This commit is contained in:
@ -175,7 +175,11 @@ public:
|
||||
static std::vector<feature *> cvb_features;
|
||||
|
||||
/// \brief Implementation of the feature list accessor for colvarbias
|
||||
virtual std::vector<feature *> &features()
|
||||
virtual const std::vector<feature *> &features()
|
||||
{
|
||||
return cvb_features;
|
||||
}
|
||||
virtual std::vector<feature *> &modify_features()
|
||||
{
|
||||
return cvb_features;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user