diff options
-rw-r--r-- | tests/opencsgtest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/opencsgtest.cc b/tests/opencsgtest.cc index 59501a0..40db2ed 100644 --- a/tests/opencsgtest.cc +++ b/tests/opencsgtest.cc @@ -170,7 +170,7 @@ int main(int argc, char *argv[]) fprintf(stderr, "Normalized CSG tree has %d elements\n", csgInfo.root_chain->polysets.size()); if (csgInfo.highlight_terms.size() > 0) { - cerr << "Compiling highlights (" << csgInfo.highlight_terms.size() << " CSG Trees)...\n"; + cerr << "Compiling highlights (" << csgInfo.highlight_terms.size() << " CSG Trees)...\n"; csgInfo.highlights_chain = new CSGChain(); for (unsigned int i = 0; i < csgInfo.highlight_terms.size(); i++) { |