From 0a4ece477416422f9d007bbd7eb4c1322d723fcb Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 1 Jul 2019 15:32:43 +0200 Subject: Add modification header --- src/GudhUI/model/Model.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/GudhUI/model/Model.h b/src/GudhUI/model/Model.h index 48ba9622..e820a46e 100644 --- a/src/GudhUI/model/Model.h +++ b/src/GudhUI/model/Model.h @@ -6,6 +6,8 @@ * * Modification(s): * - YYYY/MM Author: Description of the modification + * - 2019/07 Vincent Rouvreau: homsimpl (from CHOMP) is no more delivered. + * Error message when not previously installed. */ #ifndef MODEL_MODEL_H_ @@ -307,7 +309,6 @@ class Model { private: void run_chomp() { save_complex_in_file_for_chomp(); - std::cout << "POUET" << std::endl; std::cout << "Call CHOMP library\n"; int returnValue = system("which homsimpl"); if (returnValue != 0) { -- cgit v1.2.3