diff options
-rw-r--r-- | sci_gateway/cpp/sci_octave.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci_gateway/cpp/sci_octave.cpp b/sci_gateway/cpp/sci_octave.cpp index da56af1..efabd26 100644 --- a/sci_gateway/cpp/sci_octave.cpp +++ b/sci_gateway/cpp/sci_octave.cpp @@ -242,7 +242,7 @@ extern "C" std::string err = buffer_err.str(); if (!err.empty() && status_fun == 0) - sciprint("Warning from Octave\n%s", err.c_str()); + sciprint("Message from Octave\n%s", err.c_str()); buffer_err.str(""); //printf("in scilab status_fun is: %d\n", status_fun); //printf("in scilab funcall.n_out_arguments is: %d\n", funcall.n_out_arguments); |