Adaptions of EvA2-renaming in the Matlab m-Files of JEInterface
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user