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

Merge branch 'v2.2' into v2.3

parents 12be3adf c41dca2d
No related branches found
No related tags found
No related merge requests found
...@@ -100,7 +100,6 @@ public: ...@@ -100,7 +100,6 @@ public:
virtual void updateForces(const std::vector<int>&index,const std::vector<Vector>&f)=0; virtual void updateForces(const std::vector<int>&index,const std::vector<Vector>&f)=0;
/// Rescale all the forces, including the virial. /// Rescale all the forces, including the virial.
/// It is applied to all atoms with local index going from 0 to index.size()-1 /// 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; 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