Skip to content

Commit

Permalink
Fix APPLE
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Apr 30, 2024
1 parent ba6699d commit 51dd5ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ bool init_function() { return true; }

int main(int argc, char *argv[])
{
#ifndef __APPLE__
feenableexcept(FE_INVALID);
#endif
dealii::Utilities::MPI::MPI_InitFinalize mpi_initialization(
argc, argv, dealii::numbers::invalid_unsigned_int);

Expand Down

0 comments on commit 51dd5ea

Please sign in to comment.