diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-06 00:16:35 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-06 01:19:27 (GMT) |
commit | 7cfd61c53e7d2ec6219b1af3d642271daed3a79a (patch) | |
tree | 9b2ee810de59cd60e120ef25ada07b4ec81b33c1 /src/PolySetCGALEvaluator.cc | |
parent | efcbf8e1a20b46081b9348aa9b6536a23b519073 (diff) |
typo
Diffstat (limited to 'src/PolySetCGALEvaluator.cc')
-rw-r--r-- | src/PolySetCGALEvaluator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PolySetCGALEvaluator.cc b/src/PolySetCGALEvaluator.cc index 190d75a..ddb9771 100644 --- a/src/PolySetCGALEvaluator.cc +++ b/src/PolySetCGALEvaluator.cc @@ -262,7 +262,7 @@ PolySet *PolySetCGALEvaluator::evaluatePolySet(const LinearExtrudeNode &node) if (v->modinst->tag_background) continue; CGAL_Nef_polyhedron N = this->cgalevaluator.evaluateCGALMesh(*v); if (N.dim != 2) { - PRINT("ERROR: rotate_extrude() is not defined for 3D child objects!"); + PRINT("ERROR: linear_extrude() is not defined for 3D child objects!"); } else { if (sum.empty()) sum = N.copy(); |