adding complex.h
This commit is contained in:
parent
0cc7ff76b9
commit
fea1228701
|
@ -443,7 +443,7 @@ ScalarType Volume()
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
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 operator =(const TriMesh & m){assert(0);return TriMesh();}
|
||||||
TriMesh(const TriMesh & ){}
|
TriMesh(const TriMesh & ){}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue