mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make sure fault_ra parameter file is overwritten.
Adjust digits in loadstep strings to max number of steps. Always use 0 as first step for adv. processing.
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
|
||||
int startTimeStepEclipseIndex() const;
|
||||
QString startTimeStepEclipse() const;
|
||||
QString loadStepStart() const;
|
||||
QString loadStepStart( bool advanced = false ) const;
|
||||
int endTimeStepEclipseIndex() const;
|
||||
QString endTimeStepEclipse() const;
|
||||
QString loadStepEnd() const;
|
||||
@@ -95,6 +95,7 @@ protected:
|
||||
|
||||
private:
|
||||
void setupResInsightParameters();
|
||||
int timeStepDigits() const;
|
||||
|
||||
private:
|
||||
caf::PdmPtrField<RimEclipseInputCase*> m_eclipseFRAGeneratedCase;
|
||||
|
||||
Reference in New Issue
Block a user