mass canceled
This commit is contained in:
parent
2f2053878b
commit
8e14aef886
|
@ -28,17 +28,14 @@ class ImporterTS{
|
||||||
fscanf(F(),"%g %g %g %g\n",&p[0],&p[1],&p[2],&p[3]);
|
fscanf(F(),"%g %g %g %g\n",&p[0],&p[1],&p[2],&p[3]);
|
||||||
}
|
}
|
||||||
public:
|
public:
|
||||||
static int Open( Tetramesh & m, const char * filename )
{
|
static int Open( Tetramesh & m, const char * filename )
|
||||||
|
{
|
||||||
int nvertex;
|
int nvertex;
|
||||||
int ntetra;
|
int ntetra;
|
||||||
float x;
|
|
||||||
float y;
|
|
||||||
float z;
|
|
||||||
int tp0;
|
int tp0;
|
||||||
int tp1;
|
int tp1;
|
||||||
int tp2;
|
int tp2;
|
||||||
int tp3;
|
int tp3;
|
||||||
float mass;
|
|
||||||
typename Tetramesh::VertexType p1;
|
typename Tetramesh::VertexType p1;
|
||||||
F() = fopen(filename,"r");
|
F() = fopen(filename,"r");
|
||||||
if(F() == NULL )
|
if(F() == NULL )
|
||||||
|
|
Loading…
Reference in New Issue