From d3d3e05d3a7e6e0fdcfd6ff4a5b48ae514867f30 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Thu, 8 May 2014 15:25:48 +0200 Subject: [PATCH] rename the tests/grids folder to tests/data ... since the "grids" in that folder are slowly accumulating information. (e.g. the ART grid for the fracture mapper and ECLIPSE decks in the future.) --- tests/problems/eclproblem.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/problems/eclproblem.hh b/tests/problems/eclproblem.hh index 4cc468c17..e6fafec56 100644 --- a/tests/problems/eclproblem.hh +++ b/tests/problems/eclproblem.hh @@ -137,7 +137,7 @@ SET_BOOL_PROP(EclBaseProblem, EnableVtkOutput, false); SET_BOOL_PROP(EclBaseProblem, EnableEclipseOutput, true); // The default DGF file to load -SET_STRING_PROP(EclBaseProblem, GridFile, "grids/ecl.DATA"); +SET_STRING_PROP(EclBaseProblem, GridFile, "data/ecl.DATA"); }} // namespace Properties, Opm namespace Ewoms {