Skip to content

Commit 7648ae9

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 7dfebfd commit 7648ae9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/module_md/msst.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ void MSST::first_half(std::ofstream& ofs)
129129
return;
130130
}
131131

132-
void MSST::second_half(void)
132+
void MSST::second_half()
133133
{
134134
ModuleBase::TITLE("MSST", "second_half");
135135
ModuleBase::timer::tick("MSST", "second_half");
@@ -234,7 +234,7 @@ void MSST::restart(const std::string& global_readin_dir)
234234
return;
235235
}
236236

237-
double MSST::vel_sum(void)
237+
double MSST::vel_sum()
238238
{
239239
double vsum = 0;
240240

@@ -267,7 +267,7 @@ void MSST::rescale(std::ofstream& ofs, const double& volume)
267267
}
268268

269269

270-
void MSST::propagate_vel(void)
270+
void MSST::propagate_vel()
271271
{
272272
if (my_rank == 0)
273273
{
@@ -307,7 +307,7 @@ void MSST::propagate_vel(void)
307307
}
308308

309309

310-
void MSST::propagate_voldot(void)
310+
void MSST::propagate_voldot()
311311
{
312312
const int sd = mdp.msst_direction;
313313
const double dthalf = 0.5 * md_dt;

0 commit comments

Comments
 (0)