Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 6
and
Version 7
of
SoC2017
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Feb 8, 2017, 5:47:40 PM (
6 years
ago)
Author:
awulkiew
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
SoC2017
v6
v7
284
284
bgi::rtree<box_type, bgi::rstar<16> > rtree;
285
285
286
// fill rtree with data
286
// fill rtree with data
287
287
288
std::ofstream file("serialized_rtree.bin",
288
289
std::ios::binary | std::ios::trunc);