diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-28 20:33:51 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-28 20:33:51 (GMT) |
commit | 51155dc6918b6628c5b713ad80283790467e77b9 (patch) | |
tree | dd8d3793095b385ddbdeb2a2222db1bb14624767 | |
parent | dd45e625ed4add36d718a022951270a864641843 (diff) |
cosmetics
-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++) { |