Files
eva2/resources/MatlabInterface/@JEInterface/isFinished.m
2008-04-02 14:36:41 +00:00

6 lines
153 B
Matlab

function b = isFinished(int)
% Deprecated: optimization now runs synchronously.
% Returns 1 if the optimization was finished, else 0
b = int.finished;