Skip to content

Commit 87a201a

Browse files
committed
remove auto
1 parent 7ee2e48 commit 87a201a

File tree

1 file changed

+1
-0
lines changed
  • source/module_relax/relax_old

1 file changed

+1
-0
lines changed

source/module_relax/relax_old/bfgs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class BFGS
4141
void Update(std::vector<double>& pos, std::vector<double>& force,std::vector<std::vector<double>>& H,UnitCell& ucell);//update hessian matrix
4242
void DetermineStep(std::vector<double>& steplength,std::vector<std::vector<double>>& dpos,double& maxstep);//normalize large atomic displacements based on maxstep
4343
void UpdatePos(UnitCell& ucell);//update ucell with the new coordinates
44+
4445
};
4546

4647
#endif // BFGS_H

0 commit comments

Comments
 (0)