Removed some warnings

This commit is contained in:
James E McClure
2016-01-09 09:20:54 -05:00
parent 38c8888492
commit e4e75725d9

View File

@@ -4380,7 +4380,6 @@ inline double geomavg_EulerCharacteristic(DTMutableList<Point> &Points, IntArray
* January 2009
*/
// Compute the Euler characteristic for triangles in a cube
double EulerChar,nvert,nside,nface;
/*
bool graph[3][3];
@@ -4437,6 +4436,7 @@ inline double geomavg_EulerCharacteristic(DTMutableList<Point> &Points, IntArray
}
}
*/
double EulerChar,nvert,nface;
// Number of faces is number of triangles
nface = double(ntris);