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 721d74a9 authored by locans_u's avatar locans_u
Browse files

Merge branch 'master' into opal-dks

parents cd1cc2dc 74b6b41e
No related branches found
No related tags found
1 merge request!90enable opal DKS
...@@ -12,7 +12,7 @@ set (HDRS ...@@ -12,7 +12,7 @@ set (HDRS
PoissonSolver.h PoissonSolver.h
) )
if ( HAVE_SAAMG_SOLVER ) if ( ENABLE_SAAMG_SOLVER )
list(APPEND _SRCS list(APPEND _SRCS
ArbitraryDomain.cpp ArbitraryDomain.cpp
BoxCornerDomain.cpp BoxCornerDomain.cpp
...@@ -29,7 +29,7 @@ if ( HAVE_SAAMG_SOLVER ) ...@@ -29,7 +29,7 @@ if ( HAVE_SAAMG_SOLVER )
RectangularDomain.h RectangularDomain.h
) )
endif (HAVE_SAAMG_SOLVER ) endif ( ENABLE_SAAMG_SOLVER )
set(AMR_MG_DIR "") 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