Skip to content

Commit afe54de

Browse files
committed
found some output information is still lacking in MD module
1 parent 903adbc commit afe54de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/source_md/md_base.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
#endif
66
#include "source_io/print_info.h"
77
#include "source_cell/update_cell.h"
8-
MD_base::MD_base(const Parameter& param_in, UnitCell& unit_in) : mdp(param_in.mdp), ucell(unit_in)
8+
MD_base::MD_base(const Parameter& param_in, UnitCell& unit_in)
9+
: mdp(param_in.mdp), ucell(unit_in)
910
{
1011
my_rank = param_in.globalv.myrank;
1112
cal_stress = param_in.inp.cal_stress;

0 commit comments

Comments
 (0)