mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
8b39dc2880
commit
61de18739e
@ -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 {
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user