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;
|
<< (shapename+".index") << "\"" << endl;
|
||||||
} else {
|
} else {
|
||||||
tree.trim();
|
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);
|
file.exceptions(std::ios::failbit | std::ios::badbit);
|
||||||
tree.write(file);
|
tree.write(file);
|
||||||
file.flush();
|
file.flush();
|
||||||
|
|
Loading…
Add table
Reference in a new issue