- Timestamp:
- 03/28/08 20:06:25 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/0.5/utils/shapeindex/shapeindex.cpp
r628 r680 211 211 tree.trim(); 212 212 std::clog<<" number nodes="<<tree.count()<<std::endl; 213 file.exceptions(std::ios::failbit | std::ios::badbit); 213 214 tree.write(file); 215 file.flush(); 214 216 file.close(); 215 217 }
