File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments