Skip to content
Snippets Groups Projects
Commit ec677d53 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent 9eea74ac
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#ifndef _GMSH_MATRIX_H_ #ifndef _GMSH_MATRIX_H_
#define _GMSH_MATRIX_H_ #define _GMSH_MATRIX_H_
#include <stdio.h>
#include <math.h> #include <math.h>
#include "GmshConfig.h" #include "GmshConfig.h"
#include "GmshMessage.h" #include "GmshMessage.h"
...@@ -205,17 +204,6 @@ class gmshMatrix ...@@ -205,17 +204,6 @@ class gmshMatrix
} }
#endif #endif
; ;
void print()
{
for(int i = 0; i < size1(); i++){
for(int j = 0; j < size2(); j++){
printf(" %12.5e");
}
printf("\n");
}
return false;
}
;
}; };
#endif #endif
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