diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-07 22:07:29 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-07 22:07:29 (GMT) |
commit | 7477292658356cceace081ada960bfc108685ee9 (patch) | |
tree | bb2e7ce2f15f6df2d218cf5420bad75d4d519f6b /src | |
parent | f0bd1eed9746e0349700c969292c9eeca58c5635 (diff) |
typo
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) |