Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 74b6b41e authored by snuverink_j's avatar snuverink_j
Browse files

Merge branch 'fix-SAAMG-compilation' into 'master'

Fix compilation of SAAMG solver

See merge request !89
parents 873f74e5 d8727801
No related branches found
No related tags found
1 merge request!89Fix compilation of SAAMG solver
......@@ -12,7 +12,7 @@ set (HDRS
PoissonSolver.h
)
if ( HAVE_SAAMG_SOLVER )
if ( ENABLE_SAAMG_SOLVER )
list(APPEND _SRCS
ArbitraryDomain.cpp
BoxCornerDomain.cpp
......@@ -29,7 +29,7 @@ if ( HAVE_SAAMG_SOLVER )
RectangularDomain.h
)
endif (HAVE_SAAMG_SOLVER )
endif ( ENABLE_SAAMG_SOLVER )
set(AMR_MG_DIR "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment