https://github.com/HTDerekLiu/surface_multigrid_code
Revision 70d2abaa53616af35c7857bf8f52c8a234f150ff authored by X.ZhaoMa on 27 January 2021, 15:43:51 UTC, committed by GitHub on 27 January 2021, 15:43:51 UTC
1 parent 780a5fb
Tip revision: 70d2abaa53616af35c7857bf8f52c8a234f150ff authored by X.ZhaoMa on 27 January 2021, 15:43:51 UTC
fix: compilation error caused by missing "inline" keyword. (#1709)
fix: compilation error caused by missing "inline" keyword. (#1709)
Tip revision: 70d2aba
main.cpp
////////////////////////////////////////////////////////////////////////////////
// Keep this file empty, and implement unit tests in separate compilation units!
////////////////////////////////////////////////////////////////////////////////
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
// TODO: Fix floating point exceptions raised in debug mode before re-enabling this.
// #ifndef NDEBUG
// #ifdef __linux__
// #include <fenv.h>
// #endif
// #endif
// #ifndef NDEBUG
// #ifdef __linux__
// void beforeMain (void) __attribute__((constructor));
// void beforeMain (void)
// {
// feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW);
// }
// #endif
// #endif

Computing file changes ...