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

fix compile

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