mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05: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:
@@ -165,7 +165,7 @@ DEFUN_DLD (riGetTimeStepDates, args, nargout,
|
||||
|
||||
// Build a map between the field name and field cell values
|
||||
|
||||
Octave_map m;
|
||||
octave_map m;
|
||||
|
||||
m.assign(riOctavePlugin::timeStepDate_Year, cellValuesA);
|
||||
m.assign(riOctavePlugin::timeStepDate_Month, cellValuesB);
|
||||
|
||||
Reference in New Issue
Block a user