diff options
author | shag527 | 2021-05-07 11:22:42 +0530 |
---|---|---|
committer | shag527 | 2021-05-07 11:22:42 +0530 |
commit | 9823e5d01e95094cb72d15cd44716a5a57e1dec7 (patch) | |
tree | 31d7038666128f56d3bcd725e09bcb4080c9de6f /sci_gateway/cpp | |
parent | 3949f2171492554c9039b4b813f6f7dd871cd510 (diff) | |
parent | da8fbe948a797bfa150e9eee49336e7871a52f1a (diff) | |
download | fossee-scilab-octave-toolbox-9823e5d01e95094cb72d15cd44716a5a57e1dec7.tar.gz fossee-scilab-octave-toolbox-9823e5d01e95094cb72d15cd44716a5a57e1dec7.tar.bz2 fossee-scilab-octave-toolbox-9823e5d01e95094cb72d15cd44716a5a57e1dec7.zip |
Merge branch 'master' of https://github.com/shag527/fossee-scilab-octave-toolbox
Diffstat (limited to 'sci_gateway/cpp')
-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); |