From 4ba327fc4b8a1aaef3f8504b217c0e249a4c8cc6 Mon Sep 17 00:00:00 2001 From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de> Date: Thu, 2 Nov 2017 10:54:02 +0100 Subject: [PATCH] [freeflow][test] Call makeGrid() without arguments --- test/freeflow/staggered/test_donea.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/freeflow/staggered/test_donea.cc b/test/freeflow/staggered/test_donea.cc index 14e4edcf56..1a2cf64e24 100644 --- a/test/freeflow/staggered/test_donea.cc +++ b/test/freeflow/staggered/test_donea.cc @@ -104,7 +104,7 @@ int main(int argc, char** argv) // try to create a grid (from the given grid file or the input file) using GridCreator = typename GET_PROP_TYPE(TypeTag, GridCreator); - GridCreator::makeGrid(Parameters::getTree()); + GridCreator::makeGrid(); GridCreator::loadBalance(); //////////////////////////////////////////////////////////// -- GitLab