remove the remnants of line search

and some other minor changes. (if you need line search the issue is
probably caused a different problem and line search would be just a
work-around anyway.)
This commit is contained in:
Andreas Lauser 2014-03-05 14:20:01 +01:00
parent 8b39dc2880
commit 61de18739e

View File

@ -119,10 +119,8 @@ SET_SCALAR_PROP(RichardsLensProblem, EndTime, 3000);
SET_SCALAR_PROP(RichardsLensProblem, InitialTimeStepSize, 100);
// The default DGF file to load
SET_STRING_PROP(RichardsLensProblem, GridFile,
"./grids/richardslens_24x16.dgf");
} // namespace Properties
} // namespace Opm
SET_STRING_PROP(RichardsLensProblem, GridFile, "./grids/richardslens_24x16.dgf");
}} // namespace Opm, Properties
namespace Ewoms {
/*!