Skip to content
Snippets Groups Projects
Commit f0d01da2 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Use template technique to test for P1NodalBasis, not the preprocessor

The multigrid hierarchy is built in two different ways, depending on whether
we use a P1NodalBasis for the discretization, or anything else.  Previously,
this switch was made using the preprocessor.  The patches changes the code
to use std::is_same instead.

[[Imported from SVN: r10046]]
parent 6ada09b1
No related branches found
No related tags found
No related merge requests found
Loading
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