10 lines
236 B
Matlab

function int = setResultArrayJE(int, arrData)
% 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;