summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/GudhUI/model/Model.h3
1 files changed, 2 insertions, 1 deletions
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) {