Skip to content

Commit

Permalink
Merge pull request #6042 from tjhei/particle-redundant
Browse files Browse the repository at this point in the history
particle: remove redundant statement
  • Loading branch information
gassmoeller authored Sep 20, 2024
2 parents 55e5d07 + 4fac5f6 commit 843f579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/simulator/core.cc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ namespace aspect
nullptr),
#endif
boundary_heat_flux (BoundaryHeatFlux::create_boundary_heat_flux<dim>(prm)),
particle_worlds(),
time (numbers::signaling_nan<double>()),
time_step (numbers::signaling_nan<double>()),
old_time_step (numbers::signaling_nan<double>()),
Expand Down

0 comments on commit 843f579

Please sign in to comment.