summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-07-01 15:32:43 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-07-01 15:32:43 +0200
commit0a4ece477416422f9d007bbd7eb4c1322d723fcb (patch)
tree3d904e143dfad064594b9c21dc9bfd171768b53d /src
parentf637d35677e6b300cd0e30f8e272e1a6173b8895 (diff)
Add modification header
Diffstat (limited to 'src')
-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) {