This commit is contained in:
artemp 2015-10-05 11:51:59 +01:00
parent dfba56b23b
commit bcb1cc6053

View file

@ -240,7 +240,7 @@ int main (int argc,char** argv)
<< (shapename+".index") << "\"" << endl;
} else {
tree.trim();
std::clog<<" number nodes="<<tree.count()<<std::endl;
std::clog << " number nodes=" << tree.count() << std::endl;
file.exceptions(std::ios::failbit | std::ios::badbit);
tree.write(file);
file.flush();