From 069c450f7266d8e8a9c22fb65c0404401a92166b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dulski?= Date: Thu, 13 Jun 2019 15:29:16 +0200 Subject: [PATCH] Parse to proper format --- Trunk/MonoGameView/Algorithms/BestFirstSearch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Trunk/MonoGameView/Algorithms/BestFirstSearch.cs b/Trunk/MonoGameView/Algorithms/BestFirstSearch.cs index 048f09d..6580fc5 100644 --- a/Trunk/MonoGameView/Algorithms/BestFirstSearch.cs +++ b/Trunk/MonoGameView/Algorithms/BestFirstSearch.cs @@ -78,7 +78,7 @@ namespace MonoGameView.Algorithms */ Console.WriteLine($"Counts : {count}"); - using (StreamWriter writer = new StreamWriter("chuj.txt")) + using (StreamWriter writer = new StreamWriter("chuj4.txt")) { foreach (var item in dataToLog) {