Skip to content

Commit

Permalink
Merge pull request #4894 from PrometheusPi/fix_Shadowgraphy_remove_dot
Browse files Browse the repository at this point in the history
fix Shadowgraphy compile
  • Loading branch information
psychocoderHPC committed May 2, 2024
2 parents 488d678 + fc497ed commit d21439e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions include/picongpu/plugins/shadowgraphy/Shadowgraphy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,13 +251,12 @@ namespace picongpu
{
return std::shared_ptr<plugins::multi::IHelp>(new Help{});
}
.
/** Implementation of base class function.
*
* Called every tRes'th step of the simulation after plugin start.
*/
void
notify(uint32_t currentStep) override

/** Implementation of base class function.
*
* Called every tRes'th step of the simulation after plugin start.
*/
void notify(uint32_t currentStep) override
{
// skip notify, slice is not intersecting the local domain
if(!gather->isParticipating())
Expand Down

0 comments on commit d21439e

Please sign in to comment.