Skip to content
Snippets Groups Projects
Commit d92e26e2 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Remove stray plus sign in grudge.eager

parent 111ee46c
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ class EagerDGDiscretization(DGDiscretizationWithBoundaries):
def interp(self, src, tgt, vec):
from warnings import warn
warn("using 'interp' is deprecated, use 'project' instead.",
+ DeprecationWarning, stacklevel=2)
DeprecationWarning, stacklevel=2)
return self.project(src, tgt, vec)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment