summaryrefslogtreecommitdiff
path: root/src/core/geometry_func.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/geometry_func.hpp')
-rw-r--r--src/core/geometry_func.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/core/geometry_func.hpp b/src/core/geometry_func.hpp
new file mode 100644
index 000000000..0aa88457f
--- /dev/null
+++ b/src/core/geometry_func.hpp
@@ -0,0 +1,12 @@
+/* $Id$ */
+
+/** @file geometry_func.hpp Geometry functions. */
+
+#ifndef GEOMETRY_FUNC_HPP
+#define GEOMETRY_FUNC_HPP
+
+#include "geometry_type.hpp"
+
+Dimension maxdim(const Dimension &d1, const Dimension &d2);
+
+#endif /* GEOMETRY_FUNC_HPP */