Skip to content
Snippets Groups Projects
Commit c39d1af6 authored by Nils Kohl's avatar Nils Kohl :full_moon_with_face:
Browse files

HyTeG integration tests: Minor test fix.

parent 43c0d27e
No related branches found
No related tags found
1 merge request!2Vector operators
Pipeline #65928 failed
...@@ -308,7 +308,7 @@ void compareGEMV( const uint_t level, ...@@ -308,7 +308,7 @@ void compareGEMV( const uint_t level,
{ {
maxAbs = err.getDoFs()->getMaxMagnitude( level ); maxAbs = err.getDoFs()->getMaxMagnitude( level );
} }
else if constexpr ( std::is_same_v< RefDstFncType, P1VectorFunction< real_t > > || std::is_same_v< RefDstFncType, P2VectorFunction< real_t > > ) else if constexpr ( std::is_same_v< DstFncType, P1VectorFunction< real_t > > || std::is_same_v< DstFncType, P2VectorFunction< real_t > > )
{ {
maxAbs = err.getMaxComponentMagnitude( level, All ); maxAbs = err.getMaxComponentMagnitude( level, All );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment