summaryrefslogtreecommitdiff
path: root/src/GudhUI/model
diff options
context:
space:
mode:
authoranmoreau <anmoreau@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-07-07 10:28:19 +0000
committeranmoreau <anmoreau@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-07-07 10:28:19 +0000
commitca50369ef5c07808bd20941e4b82e26218dd500d (patch)
tree10531a35c6dce2294971eef1105dd434fd69e1be /src/GudhUI/model
parent505a0c3159b1c1a74884b8e28d9eb18aafa57cca (diff)
parentc8c2f91db880218bb7ab275fbadda53a23f88d35 (diff)
Merge + fix
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/coface@688 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 0c732aea08e3999fb4cd54eedd1be9caf5b4b455
Diffstat (limited to 'src/GudhUI/model')
-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 87545989..17a7d278 100644
--- a/src/GudhUI/model/Model.h
+++ b/src/GudhUI/model/Model.h
@@ -315,7 +315,8 @@ private:
void run_chomp(){
save_complex_in_file_for_chomp();
std::cout << "Call CHOMP library\n";
- system("utils/homsimpl chomp.sim");
+ int returnValue = system("utils/homsimpl chomp.sim");
+ std::cout << "CHOMP returns" << returnValue << std::endl;
}
void save_complex_in_file_for_chomp(){