Minkowski working on TestSphereCurvature

This commit is contained in:
James E McClure
2018-09-10 23:39:48 -04:00
parent 5d3c38ece0
commit cfb9ba58ab
3 changed files with 6 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ Double connected edge list (DECL)
Vertex::Vertex(){
size_ = 0;
vertex_data.resize(24);
vertex_data.resize(36);
}
Vertex::~Vertex(){