(svn r16684) -Codechange: Add maxdim function for Dimension struct.
This commit is contained in:
12
src/core/geometry_func.hpp
Normal file
12
src/core/geometry_func.hpp
Normal file
@@ -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 */
|
Reference in New Issue
Block a user