Another JEInterface update

This commit is contained in:
Marcel Kronfeld
2008-04-02 14:36:41 +00:00
parent 17411d6775
commit c490cf1e29
5 changed files with 62 additions and 45 deletions

View File

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