mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Support Octave-4.0.0 on windows.(#325)
The modifications is also working in the old 3.6.1 version of octave, so they should be good in the versions between too.
This commit is contained in:
@@ -110,7 +110,7 @@ DEFUN_DLD (riGetTimeStepDays, args, nargout,
|
||||
|
||||
getTimeStepDates(decimalDays, caseId, "127.0.0.1", 40001);
|
||||
|
||||
dim_vector dv(2);
|
||||
dim_vector dv(2, 1);
|
||||
dv(0) = decimalDays.size();
|
||||
dv(1) = 1;
|
||||
NDArray oct_decimalDays(dv);
|
||||
|
||||
Reference in New Issue
Block a user