Skip to content
Snippets Groups Projects
Commit 6e0da9d5 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Merge branch 'v2.3'

parents 202a783b daa2c9d4
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,6 @@ public:
virtual void updateForces(const std::vector<int>&index,const std::vector<Vector>&f)=0;
/// Rescale all the forces, including the virial.
/// It is applied to all atoms with local index going from 0 to index.size()-1
/// \attention the virial is not scaled indeed... is it a bug??
virtual void rescaleForces(const std::vector<int>&index,double factor)=0;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment