diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-06 18:37:07 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-06 18:37:07 (GMT) |
commit | cd6299922d7a79ab8306ed15782b6fa5b0c34c36 (patch) | |
tree | ea5e74f6db2c6bbb1c76de0c8355fcfec142c182 /src/CGALEvaluator.cc | |
parent | 7d1ea6240d7ba950f596a317f1dba47a73aaad18 (diff) |
projection() now works
Diffstat (limited to 'src/CGALEvaluator.cc')
-rw-r--r-- | src/CGALEvaluator.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CGALEvaluator.cc b/src/CGALEvaluator.cc index 89a9e6b..a63d271 100644 --- a/src/CGALEvaluator.cc +++ b/src/CGALEvaluator.cc @@ -211,6 +211,7 @@ Response CGALEvaluator::visit(State &state, const AbstractPolyNode &node) if (state.isPostfix()) { if (!isCached(node)) { // First union all children + // FIXME: What does this actually achieve? kintel 20110906 applyToChildren(node, CGE_UNION); // Then apply polyset operation |