unpacking of target segment works

This commit is contained in:
Dennis Luxen
2014-02-28 17:14:38 +01:00
parent 874c579f86
commit eca09e6c81
9 changed files with 80 additions and 58 deletions
+2 -2
View File
@@ -478,9 +478,9 @@ public:
}
virtual void GetUncompressedGeometry(
const unsigned id, std::vector<unsigned> & result_nodes
const unsigned node, std::vector<unsigned> & result_nodes
) const {
const NodeID node = m_via_node_list.at(id);
// const NodeID node = m_via_node_list.at(id);
// SimpleLogger().Write() << "translated " << id << " to " << node;
// SimpleLogger().Write() << "getting geometry from compression bucket " << node << "/" << m_compressed_geometry_indices.size();
unsigned begin = m_compressed_geometry_indices.at(node);