mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix patch due to destination file relocation
This commit is contained in:
parent
d2e48ef153
commit
b03109873b
@ -4,13 +4,13 @@ Date: Thu, 4 Jan 2018 20:29:09 +0100
|
|||||||
Subject: [PATCH] #2317 Apply fix for synthetic odb files
|
Subject: [PATCH] #2317 Apply fix for synthetic odb files
|
||||||
|
|
||||||
---
|
---
|
||||||
ThirdParty/Ert/lib/include/ert/ecl/ecl_rsthead.h | 10 ++++++++--
|
ThirdParty/Ert/lib/ecl/ecl_rsthead.cpp | 10 ++++++++--
|
||||||
1 file changed, 8 insertions(+), 2 deletions(-)
|
1 file changed, 8 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/ThirdParty/Ert/lib/include/ert/ecl/ecl_rsthead.h b/ThirdParty/Ert/lib/include/ert/ecl/ecl_rsthead.h
|
diff --git a/ThirdParty/Ert/lib/ecl/ecl_rsthead.cpp b/ThirdParty/Ert/lib/ecl/ecl_rsthead.cpp
|
||||||
index e8d9cef..2993b1e 100644
|
index e8d9cef..2993b1e 100644
|
||||||
--- a/ThirdParty/Ert/lib/include/ert/ecl/ecl_rsthead.h
|
--- a/ThirdParty/Ert/lib/ecl/ecl_rsthead.cpp
|
||||||
+++ b/ThirdParty/Ert/lib/include/ert/ecl/ecl_rsthead.h
|
+++ b/ThirdParty/Ert/lib/ecl/ecl_rsthead.cpp
|
||||||
@@ -88,7 +88,10 @@ ecl_rsthead_type * ecl_rsthead_alloc_from_kw( int report_step , const ecl_kw_typ
|
@@ -88,7 +88,10 @@ ecl_rsthead_type * ecl_rsthead_alloc_from_kw( int report_step , const ecl_kw_typ
|
||||||
// The only derived quantity
|
// The only derived quantity
|
||||||
rsthead->sim_time = rsthead_date( rsthead->day , rsthead->month , rsthead->year );
|
rsthead->sim_time = rsthead_date( rsthead->day , rsthead->month , rsthead->year );
|
||||||
|
Loading…
Reference in New Issue
Block a user