File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
source/module_relax/relax_old Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,23 +21,23 @@ class Ions_Move_Methods
2121 const double &etot,
2222 UnitCell &ucell);
2323
24- bool get_converged (void ) const
24+ bool get_converged () const
2525 {
2626 return Ions_Move_Basic::converged;
2727 }
28- double get_ediff (void ) const
28+ double get_ediff () const
2929 {
3030 return Ions_Move_Basic::ediff;
3131 }
32- double get_largest_grad (void ) const
32+ double get_largest_grad () const
3333 {
3434 return Ions_Move_Basic::largest_grad;
3535 }
36- double get_trust_radius (void ) const
36+ double get_trust_radius () const
3737 {
3838 return Ions_Move_Basic::trust_radius;
3939 }
40- double get_update_iter (void ) const
40+ double get_update_iter () const
4141 {
4242 return Ions_Move_Basic::update_iter;
4343 }
You can’t perform that action at this time.
0 commit comments