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:
Jacob Støren
2015-06-30 21:38:33 +02:00
parent b2fb9ae2c8
commit 09d14c8ee2
9 changed files with 13 additions and 13 deletions

View File

@@ -144,7 +144,7 @@ DEFUN_DLD (riGetCases, args, nargout,
// Build a map between the field name and field cell values
Octave_map m;
octave_map m;
m.assign(riOctavePlugin::caseInfo_CaseId, cellValuesA);
m.assign(riOctavePlugin::caseInfo_CaseName, cellValuesB);