Skip to content

Commit

Permalink
Ran pre-commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Palmer committed Jun 27, 2024
1 parent 04b9e0a commit d9325ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sources/open_coil.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class OpenCoilSolver : public platypus::Source
platypus::BCMap & bc_map,
platypus::Coefficients & coefficients) override;
void Apply(mfem::ParLinearForm * lf) override;
void SubtractSource(mfem::ParGridFunction * gf) override {};
void SubtractSource(mfem::ParGridFunction * gf) override{};

// Initialises the child submesh.
void InitChildMesh();
Expand Down

0 comments on commit d9325ea

Please sign in to comment.