summaryrefslogtreecommitdiffstats
path: root/labb7/src/fast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'labb7/src/fast.cpp')
-rw-r--r--labb7/src/fast.cpp3
1 files changed, 2 insertions, 1 deletions
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);