Skip to content
Snippets Groups Projects
Commit 6c719d35 authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

Fixed problem with PETSC-NON-DEV compile.

parent a377678b
No related branches found
No related tags found
No related merge requests found
...@@ -18,9 +18,9 @@ namespace AMDiS { ...@@ -18,9 +18,9 @@ namespace AMDiS {
using namespace std; using namespace std;
#ifdef HAVE_PETSC_DEV
FetiStatisticsData PetscSolverFeti::fetiStatistics; FetiStatisticsData PetscSolverFeti::fetiStatistics;
#ifdef HAVE_PETSC_DEV
// y = mat * x // y = mat * x
int petscMultMatSchurPrimal(Mat mat, Vec x, Vec y) int petscMultMatSchurPrimal(Mat mat, Vec x, Vec y)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment