From 23ccc50ab3608202452e44f287e4817ffa98227c Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 13 Jan 2020 11:14:37 +0100 Subject: Review all cout and cerr. cerr is reserved for warnings/error and cout for traces --- src/GudhUI/model/Model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GudhUI') diff --git a/src/GudhUI/model/Model.h b/src/GudhUI/model/Model.h index dd9bdaab..f2be944f 100644 --- a/src/GudhUI/model/Model.h +++ b/src/GudhUI/model/Model.h @@ -312,7 +312,7 @@ class Model { std::cout << "Call CHOMP library\n"; int returnValue = system("homsimpl chomp.sim"); if (returnValue != 0) { - std::cout << "homsimpl (from CHOMP) failed. Please check it is installed or available in the PATH." + std::cerr << "homsimpl (from CHOMP) failed. Please check it is installed or available in the PATH." << std::endl; } } -- cgit v1.2.3