- Timestamp:
- 02/20/08 04:57:37 (9 months ago)
- Files:
-
- 1 modified
-
trunk/utils/shapeindex/shapeindex.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils/shapeindex/shapeindex.cpp
r653 r654 211 211 tree.trim(); 212 212 std::clog<<" number nodes="<<tree.count()<<std::endl; 213 file.exceptions( ios::failbit |ios::badbit);213 file.exceptions(std::ios::failbit | std::ios::badbit); 214 214 tree.write(file); 215 215 file.flush();
