From 45dc280239be4d6303042c1d00a2506203466dbe Mon Sep 17 00:00:00 2001 From: ganovelli Date: Tue, 6 Dec 2005 10:42:59 +0000 Subject: [PATCH] minor bug --- wrap/io_tetramesh/export_ts.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wrap/io_tetramesh/export_ts.h b/wrap/io_tetramesh/export_ts.h index 749feb87..14116b51 100644 --- a/wrap/io_tetramesh/export_ts.h +++ b/wrap/io_tetramesh/export_ts.h @@ -24,6 +24,9 @@ History $Log: not supported by cvs2svn $ +Revision 1.1 2004/10/11 17:41:41 ganovelli +added + Revision 1.1 2004/06/03 13:16:32 ganovelli created @@ -49,7 +52,7 @@ struct ExporterTS{ typedef typename MESHTYPE::TetraType FaceType; typedef typename MESHTYPE::VertexIterator VertexIterator; typedef typename MESHTYPE::TetraIterator TetraIterator; - typedef MESHTYPE::ScalarType ScalarType; + typedef typename MESHTYPE::ScalarType ScalarType; typedef Point3 Point3x; static FILE *& F(){static FILE * f; return f;} @@ -63,7 +66,7 @@ struct ExporterTS{ -int Save( MESHTYPE & m, const char * filename ) +static int Save( MESHTYPE & m, const char * filename ) { F() = fopen(filename,"w");