diff options
| -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 9528db6..c403e85 100644 --- a/src/CGALEvaluator.cc +++ b/src/CGALEvaluator.cc @@ -49,6 +49,7 @@ CGAL_Nef_polyhedron CGALEvaluator::evaluateCGALMesh(const AbstractNode &node)  		//    explicitly telling the caller what happened  		// 3) Somehow ask the user to increase cache size and continue processing  		assert(isCached(node)); +		assert(this->visitedchildren.empty());  	}  	return CGALCache::instance()->get(this->tree.getIdString(node));  } | 
