Fix PR comments

This commit is contained in:
Patrick Niklaus
2016-01-26 16:53:48 +01:00
parent d9c281cd7c
commit 0802804677
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -113,8 +113,7 @@ inline void DEBUG_GEOMETRY_STOP()
{
if (dg_output_debug_geometry)
{
debug_geometry_file << std::endl
<< "]}" << std::endl;
debug_geometry_file << "\n]}" << std::endl;
debug_geometry_file.close();
}
}
@@ -201,8 +200,7 @@ inline void DEBUG_TURNS_STOP()
{
if (dg_output_turn_debug)
{
dg_debug_turns_file << std::endl
<< "]}" << std::endl;
dg_debug_turns_file << "\n]}" << std::endl;
dg_debug_turns_file.close();
}
}