diff options
Diffstat (limited to 'build/cpp/sci_iofunc.cpp')
-rw-r--r-- | build/cpp/sci_iofunc.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/cpp/sci_iofunc.cpp b/build/cpp/sci_iofunc.cpp index 259f7c3..f05839c 100644 --- a/build/cpp/sci_iofunc.cpp +++ b/build/cpp/sci_iofunc.cpp @@ -258,8 +258,7 @@ bool getHessFromScilab(int n,int numConstr_,char name[], double *x,double *obj,d if(getDoubleMatrixFromScilab(posFirstElementOnStackForSF, &x_rows, &x_cols, dest)) { sciprint("No results "); - return 1; - + return 1; } } return 0; |