summaryrefslogtreecommitdiff
path: root/src/GudhUI/model/Model.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-06-26 09:08:22 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-06-26 09:08:22 +0000
commit51127c161fc6fdaf7f8ec77a4a476faa6e219b52 (patch)
tree034a8fe4407a4687b26ad50b4d5e82165f0435d4 /src/GudhUI/model/Model.h
parent14d63b0fc6d4ef33ce67d5b834defdafbf4a6272 (diff)
-Werror on user version compilation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/gudhi_ci@656 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 54943d15cd2f0ec784fbf447485e637517bad32d
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(){