From da8fbe948a797bfa150e9eee49336e7871a52f1a Mon Sep 17 00:00:00 2001 From: ananmaysuri2000@gmail.com Date: Fri, 30 Apr 2021 15:55:39 +0530 Subject: Fixed Classification of Message from Octave --- sci_gateway/cpp/sci_octave.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci_gateway/cpp/sci_octave.cpp') diff --git a/sci_gateway/cpp/sci_octave.cpp b/sci_gateway/cpp/sci_octave.cpp index e773c65..e6528fa 100644 --- a/sci_gateway/cpp/sci_octave.cpp +++ b/sci_gateway/cpp/sci_octave.cpp @@ -171,7 +171,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); -- cgit