Skip to content

[bugfix] Fix macro guard in overlappingschwarztest

Carsten Gräser requested to merge feature/fix-broken-macro-guard into master

The loaction of the macro guard lead to the method test not returning a value if neiter SUperLU nore SuiteSparse are found. While the test is not executed in this case due to a CMake guard, these macro guards should be placed in the correct place anyways for reasons of code hygiene.

Merge request reports