shape up code

This commit is contained in:
Dennis Luxen
2014-04-22 16:42:55 +02:00
parent c6a58ff1b4
commit 0f8a32f38c
3 changed files with 3 additions and 15 deletions
@@ -133,7 +133,6 @@ private:
std::ios::binary
);
SimpleLogger().Write(logDEBUG) << "Loading node data";
NodeInfo current_node;
unsigned number_of_coordinates = 0;
nodes_input_stream.read(
@@ -152,7 +151,6 @@ private:
}
nodes_input_stream.close();
SimpleLogger().Write(logDEBUG) << "Loading edge data";
boost::filesystem::ifstream edges_input_stream(
edges_file,
std::ios::binary