From 9e0068d473e89e2884abbb77c75c241825599adf Mon Sep 17 00:00:00 2001 From: Van Dung Nguyen <vandung.nguyen@ulg.ac.be> Date: Tue, 2 Aug 2016 13:30:42 +0000 Subject: [PATCH] ooups --- Solver/linearSystemPETSc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Solver/linearSystemPETSc.hpp b/Solver/linearSystemPETSc.hpp index 497fa9d6b9..37fd9dcf09 100644 --- a/Solver/linearSystemPETSc.hpp +++ b/Solver/linearSystemPETSc.hpp @@ -5,7 +5,7 @@ #include "linearSystemPETSc.h" #if ((PETSC_VERSION_RELEASE == 0) || ((PETSC_VERSION_MAJOR == 3) && (PETSC_VERSION_MINOR >= 7))) -#define PetscOptionsGetInt(A, B, C, D) PetscOptionsGetInt(NULL, A, B, C, D); +#define PetscOptionsGetInt(A, B, C, D) PetscOptionsGetInt(NULL, A, B, C, D) #define PetscOptionsInsertString(A) PetscOptionsInsertString(NULL, A) #endif -- GitLab