From 8c6df40237b718d34c4f3cadc82386d362b2592c Mon Sep 17 00:00:00 2001 From: Ananmay Suri Date: Mon, 19 Apr 2021 19:20:58 +0530 Subject: Removed unwanted error statements --- sci_gateway/cpp/libscilab_octave.so | Bin 27400 -> 27400 bytes sci_gateway/cpp/sci_octave.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'sci_gateway/cpp') diff --git a/sci_gateway/cpp/libscilab_octave.so b/sci_gateway/cpp/libscilab_octave.so index f4317ae..5802301 100755 Binary files a/sci_gateway/cpp/libscilab_octave.so and b/sci_gateway/cpp/libscilab_octave.so differ diff --git a/sci_gateway/cpp/sci_octave.cpp b/sci_gateway/cpp/sci_octave.cpp index d76993f..2e22b97 100644 --- a/sci_gateway/cpp/sci_octave.cpp +++ b/sci_gateway/cpp/sci_octave.cpp @@ -180,7 +180,7 @@ int sci_octave_fun(scilabEnv env, int nin, scilabVar* in, int nopt, scilabOpt* o //printf("in scilab ouput args are: %d\n", funcall.n_out_arguments); if(status_fun==1) { - Scierror(999, "Scilab unable to process!\n"); + Scierror(999, ""); return 1; } else if(funcall.n_out_user <= funcall.n_out_arguments) -- cgit