Update to the doc-pdf concerning the matlab interface

This commit is contained in:
Marcel Kronfeld 2011-02-01 14:35:03 +00:00
parent 649f8e6390
commit 881dc85159

View File

@ -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;
} }