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.)
This commit is contained in:
Andreas Lauser
2014-05-08 15:25:48 +02:00
parent bc7c2f8640
commit d3d3e05d3a

View File

@@ -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 {