Skip to content
Snippets Groups Projects
Commit d4f5539f authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

dg : start converting doc from luabindings to doxygen

parent c3f39bf9
No related branches found
No related tags found
No related merge requests found
...@@ -120,6 +120,7 @@ void linearSystemPETSc<fullMatrix<PetscScalar> >::allocate(int nbRows) ...@@ -120,6 +120,7 @@ void linearSystemPETSc<fullMatrix<PetscScalar> >::allocate(int nbRows)
_isAllocated = true; _isAllocated = true;
} }
#include "Bindings.h" #include "Bindings.h"
void linearSystemPETScRegisterBindings(binding *b) void linearSystemPETScRegisterBindings(binding *b)
{ {
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
#include "GmshMessage.h" #include "GmshMessage.h"
#include "linearSystem.h" #include "linearSystem.h"
#include "sparsityPattern.h" #include "sparsityPattern.h"
#include "fullMatrix.h"
#include <vector> #include <vector>
#if defined(HAVE_PETSC) #if defined(HAVE_PETSC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment