From ec677d538eb1c63ffde86feb67e9cc7156becc62 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 12 Feb 2009 18:38:34 +0000 Subject: [PATCH] *** empty log message *** --- Numeric/GmshMatrix.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Numeric/GmshMatrix.h b/Numeric/GmshMatrix.h index eb2e68c2ea..e78be16628 100644 --- a/Numeric/GmshMatrix.h +++ b/Numeric/GmshMatrix.h @@ -6,7 +6,6 @@ #ifndef _GMSH_MATRIX_H_ #define _GMSH_MATRIX_H_ -#include <stdio.h> #include <math.h> #include "GmshConfig.h" #include "GmshMessage.h" @@ -205,17 +204,6 @@ class gmshMatrix } #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 -- GitLab