We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903adbc commit afe54deCopy full SHA for afe54de
source/source_md/md_base.cpp
@@ -5,7 +5,8 @@
5
#endif
6
#include "source_io/print_info.h"
7
#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)
+MD_base::MD_base(const Parameter& param_in, UnitCell& unit_in)
9
+: mdp(param_in.mdp), ucell(unit_in)
10
{
11
my_rank = param_in.globalv.myrank;
12
cal_stress = param_in.inp.cal_stress;
0 commit comments