From a88fe3adfa701bbc3ec4c76fd8edf7f74db51b93 Mon Sep 17 00:00:00 2001 From: Thomas Witkowski <thomas.witkowski@gmx.de> Date: Thu, 25 Oct 2012 08:42:16 +0000 Subject: [PATCH] Fixed compilation problem. --- AMDiS/src/parallel/PetscSolverGlobalMatrix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMDiS/src/parallel/PetscSolverGlobalMatrix.cc b/AMDiS/src/parallel/PetscSolverGlobalMatrix.cc index a0ebc076..b1aa7ba3 100644 --- a/AMDiS/src/parallel/PetscSolverGlobalMatrix.cc +++ b/AMDiS/src/parallel/PetscSolverGlobalMatrix.cc @@ -600,7 +600,7 @@ namespace AMDiS { IS is; interiorMap->createIndexSet(is, components[0], components.size()); - PCFieldSplitSetIS(pc, isNames[i].c_str(), is); + PCFieldSplitSetIS(pc, splitName.c_str(), is); ISDestroy(&is); } -- GitLab