Update to the doc-pdf concerning the matlab interface
This commit is contained in:
parent
649f8e6390
commit
881dc85159
@ -267,7 +267,7 @@ public class MatlabEvalMediator {
|
|||||||
* Matlab may retrieve result as Object[] containing either double[] or int[].
|
* Matlab may retrieve result as Object[] containing either double[] or int[].
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
public Object[] getSolutionSet() {
|
public Object getSolutionSet() {
|
||||||
// System.err.println("getting SolSet " + ((optSolSet != null) ? optSolSet.length : 0));
|
// System.err.println("getting SolSet " + ((optSolSet != null) ? optSolSet.length : 0));
|
||||||
return optSolSet;
|
return optSolSet;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user