Skip to content

Commit

Permalink
Update IdentityConvolution.cpp
Browse files Browse the repository at this point in the history
Ops... fix typo
  • Loading branch information
ilfreddy authored Sep 25, 2023
1 parent 9af383a commit 2cd9923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operators/IdentityConvolution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace mrcpp {
* @details This will project a kernel of a single gaussian with
* exponent sqrt(10/build_prec).
*/
Template <int D>
template <int D>
IdentityConvolution<D>::IdentityConvolution(const MultiResolutionAnalysis<D> &mra, double prec)
: ConvolutionOperator<D>(mra) {
int oldlevel = Printer::setPrintLevel(0);
Expand Down

0 comments on commit 2cd9923

Please sign in to comment.