Skip to content

Commit

Permalink
Update euler_grid.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-bournes authored Feb 16, 2024
1 parent e515ec7 commit 21bbdad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/diffusion/euler_grid.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class EulerGrid : public DiffusionGrid {
void DiffuseWithOpenEdge(real_t dt) override;
void DiffuseWithDirichlet(real_t dt) override;
void DiffuseWithNeumann(real_t dt) override;
void DiffuseWithPeriodic(real_t dt) override;

private:
BDM_CLASS_DEF_OVERRIDE(EulerGrid, 1);
Expand Down

0 comments on commit 21bbdad

Please sign in to comment.