Files
eva2/resources/MatlabInterface/@JEInterface/setResultArrayJE.m
Marcel Kronfeld 17411d6775 Latest JEInterface
2008-04-02 12:36:34 +00:00

9 lines
240 B
Matlab

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