format
This commit is contained in:
parent
dfba56b23b
commit
bcb1cc6053
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue