Skip to content

Commit

Permalink
Clang tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
guilara committed Jun 28, 2024
1 parent 56fdbc6 commit 534e48d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class GaussianPlusConstant : public DampingFunction<VolumeDim, Fr> {
const std::array<double, VolumeDim>& center);

GaussianPlusConstant() = default;
virtual ~GaussianPlusConstant() override = default;
~GaussianPlusConstant() override = default;
GaussianPlusConstant(const GaussianPlusConstant& /*rhs*/) = default;
GaussianPlusConstant& operator=(const GaussianPlusConstant& /*rhs*/) =
default;
Expand Down

0 comments on commit 534e48d

Please sign in to comment.