added missing typenames

This commit is contained in:
Paolo Cignoni 2007-10-16 16:45:49 +00:00
parent 9eedc2c8cd
commit d3d7f047e4
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History History
$Log: not supported by cvs2svn $ $Log: not supported by cvs2svn $
Revision 1.15 2007/07/31 12:35:42 ganovelli
added ScalarType to tetra3
Revision 1.14 2006/07/06 12:39:51 ganovelli Revision 1.14 2006/07/06 12:39:51 ganovelli
adde barycenter() adde barycenter()
@ -304,7 +307,7 @@ static int FofEE(const int &indexE0,const int &indexE1)
{ {
public: public:
typedef Point3< ScalarType > CoordType; typedef Point3< ScalarType > CoordType;
typedef typename ScalarType ScalarType; //typedef typename ScalarType ScalarType;
/********************************************* /*********************************************