Adaptions of EvA2-renaming in the Matlab m-Files of JEInterface

This commit is contained in:
Marcel Kronfeld
2008-06-03 15:04:32 +00:00
parent 3013e905d6
commit 8136704b1b
10 changed files with 32 additions and 31 deletions

View File

@@ -1,9 +1,9 @@
function int = setResultArrayJE(int, arrData)
% Interface function to be called by JavaEvA 2.
% Interface function to be called by EvA2.
% Write back a whole solution set
int.finished = 1;
int.msg=int.mp.getInfoString;
int.funCalls=int.mp.getFunctionCalls;
int.resultArr = arrData;
int.resultArr = arrData;