Skip to content
Snippets Groups Projects
Commit e0d09bce authored by Gaetan Bricteux's avatar Gaetan Bricteux
Browse files

fix compile

parent 457c24e7
No related branches found
No related tags found
No related merge requests found
......@@ -1088,7 +1088,7 @@ void GFaceCompound::parametrize(iterationStep step, typeOfMapping tom) const
else if (tom==CONVEX){
#if defined(HAVE_PETSC)
lsys = new linearSystemPETSc<double>;
#elif (defined(HAVE_GMM)
#elif defined(HAVE_GMM)
linearSystemGmm<double> *lsysb = new linearSystemGmm<double>;
lsysb->setGmres(1);
lsys = lsysb;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment