Skip to content

Commit

Permalink
comments by Christoph, static codecheck pass
Browse files Browse the repository at this point in the history
  • Loading branch information
amartyads committed Aug 9, 2024
1 parent b2815fe commit e098a25
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/plugins/MamicoCoupling.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ class MamicoCoupling : public PluginBase {
MamicoCoupling() = default;
~MamicoCoupling() override = default;

/**
* Currently only prints to log that mamico coupling is initialized
*/
void init(ParticleContainer *particleContainer,
DomainDecompBase *domainDecomp, Domain *domain) override;

Expand Down Expand Up @@ -135,4 +132,4 @@ class MamicoCoupling : public PluginBase {
bool _couplingEnabled = false;
};

#endif
#endif

0 comments on commit e098a25

Please sign in to comment.