From d4f5539f6e472d92289965c09a834fcecf7fe3cc Mon Sep 17 00:00:00 2001 From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be> Date: Wed, 17 Nov 2010 13:32:11 +0000 Subject: [PATCH] dg : start converting doc from luabindings to doxygen --- Solver/linearSystemPETSc.cpp | 1 + Solver/linearSystemPETSc.h | 1 + 2 files changed, 2 insertions(+) diff --git a/Solver/linearSystemPETSc.cpp b/Solver/linearSystemPETSc.cpp index ebffba0519..0a15b442fa 100644 --- a/Solver/linearSystemPETSc.cpp +++ b/Solver/linearSystemPETSc.cpp @@ -120,6 +120,7 @@ void linearSystemPETSc<fullMatrix<PetscScalar> >::allocate(int nbRows) _isAllocated = true; } + #include "Bindings.h" void linearSystemPETScRegisterBindings(binding *b) { diff --git a/Solver/linearSystemPETSc.h b/Solver/linearSystemPETSc.h index fac4ef84ae..8aa4b1382c 100644 --- a/Solver/linearSystemPETSc.h +++ b/Solver/linearSystemPETSc.h @@ -38,6 +38,7 @@ #include "GmshMessage.h" #include "linearSystem.h" #include "sparsityPattern.h" +#include "fullMatrix.h" #include <vector> #if defined(HAVE_PETSC) -- GitLab