mass canceled

This commit is contained in:
ganovelli 2005-02-18 11:58:26 +00:00
parent 2f2053878b
commit 8e14aef886
1 changed files with 2 additions and 5 deletions

View File

@ -28,17 +28,14 @@ class ImporterTS{
fscanf(F(),"%g %g %g %g\n",&p[0],&p[1],&p[2],&p[3]);
}
public:
static int Open( Tetramesh & m, const char * filename ) {
static int Open( Tetramesh & m, const char * filename )
{
int nvertex;
int ntetra;
float x;
float y;
float z;
int tp0;
int tp1;
int tp2;
int tp3;
float mass;
typename Tetramesh::VertexType p1;
F() = fopen(filename,"r");
if(F() == NULL )