Skip to content
Snippets Groups Projects

Add files for high order integration with quadratures

1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -185,6 +185,10 @@
REQUIRE(is_same); \
}
#ifdef __clang__
#pragma clang optimize off
#endif // __clang__
TEST_CASE("EmbeddedIDiscreteFunctionOperators", "[scheme]")
{
SECTION("binary operators")
@@ -2716,3 +2720,7 @@ TEST_CASE("EmbeddedIDiscreteFunctionOperators", "[scheme]")
}
}
}
#ifdef __clang__
#pragma clang optimize on
#endif // __clang__
Loading