From 9a888086d9e66b87176ad48cd38ae9cd77106a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 8 Dec 2020 14:08:54 +0100 Subject: l7 redovisning --- labb7/src/fast.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'labb7/src/fast.cpp') diff --git a/labb7/src/fast.cpp b/labb7/src/fast.cpp index e32bb19..e0fcd0e 100644 --- a/labb7/src/fast.cpp +++ b/labb7/src/fast.cpp @@ -28,7 +28,8 @@ int main(int argc, char *argv[]) { QApplication a(argc, argv); // open file - string filename = "input400.txt"; + string filename = "grid6x6.txt"; + ifstream input; input.open(filename); -- cgit v1.2.1