*** empty log message ***

This commit is contained in:
Nico Pietroni 2004-06-15 15:58:53 +00:00
parent 7ff742f0a9
commit 0584d7df57
1 changed files with 6 additions and 1 deletions

View File

@ -22,10 +22,14 @@
****************************************************************************/
/****************************************************************************
History
****************************************************************************/
#ifndef __VCG_TETRA_EDGE_SPLIT
#define __VCG_TETRA_EDGE_SPLIT
#include <vcg/simplex/tetrahedron/pos.h>
#include <vcg/complex/tetramesh/allocate.h>
#include <vcg/complex/tetramesh/update/topology.h>
#include <vcg/space/tetra3.h>
namespace vcg{
namespace tetra{
@ -470,4 +474,5 @@ VertexType* DoSplit(TetraMeshType &tm,TetraType *t,int edge,double alfa)
};//end class
}//end namespace tetra
}//end namespace vcg
}//end namespace vcg
#endif