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