summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uniform.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/uniform.cpp b/uniform.cpp
index 08f190a..23cb7f8 100644
--- a/uniform.cpp
+++ b/uniform.cpp
@@ -113,7 +113,6 @@ int main(int argc, char* argv[]) {
}
std::string filename = "order_" + std::to_string(n) + "_" + std::to_string(T) + ".dat";
- std::ifstream input(filename);
Rng r;
AztecDiamond a(n);