Add helper function to add Dimensions

This commit is contained in:
Jonathan G Rennison
2020-11-06 23:46:21 +00:00
parent d50f3cd580
commit 74efe0b840
2 changed files with 15 additions and 0 deletions

View File

@@ -13,5 +13,6 @@
#include "geometry_type.hpp"
Dimension maxdim(const Dimension &d1, const Dimension &d2);
Dimension adddim(const Dimension &d1, const Dimension &d2);
#endif /* GEOMETRY_FUNC_HPP */