Skip to content

Commit

Permalink
remove numerical sanitizers
Browse files Browse the repository at this point in the history
to be included along with #330
  • Loading branch information
tarun-mitruka committed Sep 30, 2024
1 parent 75944eb commit a806cd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/src/testnonlinearelasticityneohooke.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
#include <ikarus/utils/init.hh>

using Dune::TestSuite;
#include <cfenv>

int main(int argc, char** argv) {
feenableexcept(FE_ALL_EXCEPT & ~FE_INEXACT);
using namespace Ikarus;
Ikarus::init(argc, argv);
TestSuite t("NonLinearElastic + NeoHooke Test");
Expand Down

0 comments on commit a806cd3

Please sign in to comment.