adding complex.h

This commit is contained in:
ganovelli 2011-04-01 17:00:18 +00:00
parent 0cc7ff76b9
commit fea1228701
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ ScalarType Volume()
}
private:
// TriMesh cannot be copied. Use Append (see vcg/complex/trimesh/append.h)
// TriMesh cannot be copied. Use Append (see vcg/complex/append.h)
TriMesh operator =(const TriMesh & m){assert(0);return TriMesh();}
TriMesh(const TriMesh & ){}