summaryrefslogtreecommitdiff
path: root/src/GudhUI/model/Model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GudhUI/model/Model.h')
-rw-r--r--src/GudhUI/model/Model.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/GudhUI/model/Model.h b/src/GudhUI/model/Model.h
index abb2fd6a..ab92d0cf 100644
--- a/src/GudhUI/model/Model.h
+++ b/src/GudhUI/model/Model.h
@@ -234,9 +234,13 @@ public:
void show_homology_group(){
+#ifndef _WIN32
+ std::cout << "Works only on linux for the moment\n";
+#else
Clock clock;
run_chomp();
clock.end();
+#endif
}
void show_euler_characteristic(){
@@ -263,6 +267,7 @@ public:
private:
void run_chomp(){
save_complex_in_file_for_chomp();
+ std::cout << "Call CHOMP library\n";
system("../src/utils/homsimpl chomp.sim");
}