diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-06 14:26:59 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-06 14:26:59 (GMT) |
commit | 31a97f34e1122690cbad2c9bf01f3ede6d3da135 (patch) | |
tree | d34435cb6eada42b83aed18a9e83083b43efd8cb /src/node.cc | |
parent | 9ab95e6d7230dc5deb06a8e6e3f647e8b48b87c6 (diff) | |
parent | a221eeee99ca772605c0ac6473cae2466e4cc07a (diff) |
Merge remote branch 'upstream/master'
Diffstat (limited to 'src/node.cc')
-rw-r--r-- | src/node.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/node.cc b/src/node.cc index 12a7ca4..a4d70be 100644 --- a/src/node.cc +++ b/src/node.cc @@ -78,7 +78,9 @@ std::string AbstractIntersectionNode::toString() const std::string AbstractIntersectionNode::name() const { - return "intersection_for"; + // We write intersection here since the module will have to be evaluated + // before we get here and it will not longer retain the intersection_for parameters + return "intersection"; } void AbstractNode::progress_prepare() |