summaryrefslogtreecommitdiff
path: root/src/Gudhi_stat/include/gudhi/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Gudhi_stat/include/gudhi/common.h')
-rw-r--r--src/Gudhi_stat/include/gudhi/common.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Gudhi_stat/include/gudhi/common.h b/src/Gudhi_stat/include/gudhi/common.h
index d573a92a..916b4499 100644
--- a/src/Gudhi_stat/include/gudhi/common.h
+++ b/src/Gudhi_stat/include/gudhi/common.h
@@ -20,9 +20,13 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#pragma once
+#ifndef HAUSDORFF_DISTANCES_H
+#define HAUSDORFF_DISTANCES_H
//this file contain an implementation of some common procedures used in Gudhi_stat.
+
+
+
//double epsi = std::numeric_limits<double>::epsilon();
double epsi = 0.000005;