summaryrefslogtreecommitdiff
path: root/src/GudhUI/model/Model.h
diff options
context:
space:
mode:
authoranmoreau <anmoreau@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-08-20 13:55:57 +0000
committeranmoreau <anmoreau@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-08-20 13:55:57 +0000
commit64b0284cef1f590efdeb8e50bf09dcdb6cea7947 (patch)
tree7d65e25f6c0765fceb7cd095e12cc9587284978f /src/GudhUI/model/Model.h
parent57fecbe5a89aa4db82ae9cd071966a4201e03463 (diff)
parente734e9d6063b83f4bb389b8073e456cbba0b7f3a (diff)
Merge
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/copy_move@746 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a2bb08a2952afb518a0db7b9ea01b640cab5360d
Diffstat (limited to 'src/GudhUI/model/Model.h')
-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(){