summaryrefslogtreecommitdiff
path: root/src/core/geometry_func.hpp
blob: 0aa88457f3a28d8b3b1c73b4737d400da477a6e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 */