Skip to content
Snippets Groups Projects
Commit c7584cd8 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix compile w/o kbipack

parent f343f81f
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@
// See LICENCE.txt for license information.
// See README.txt for more information.
#include "GmshConfig.h"
#if defined(HAVE_KBIPACK)
#include "ChainComplex.h"
ChainComplex::ChainComplex(CellComplex* cellComplex, int domain)
......@@ -1030,3 +1033,4 @@ void HomologySequence::blockHBasis(gmp_matrix* block1T,
destroy_gmp_matrix(temp2);
}
#endif
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