diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cgaladv.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgaladv.cc b/src/cgaladv.cc index dd797fd..d754c1b 100644 --- a/src/cgaladv.cc +++ b/src/cgaladv.cc @@ -169,7 +169,7 @@ CGAL_Nef_polyhedron CgaladvNode::render_cgal_nef_polyhedron() const if (type == GLIDE) { - PRINT("WARNING: subdiv() is not implemented yet!"); + PRINT("WARNING: glide() is not implemented yet!"); } if (type == SUBDIV) |