summaryrefslogtreecommitdiff
path: root/boost/geometry/arithmetic/determinant.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/arithmetic/determinant.hpp')
-rw-r--r--boost/geometry/arithmetic/determinant.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/geometry/arithmetic/determinant.hpp b/boost/geometry/arithmetic/determinant.hpp
index db3b867096..14edea7182 100644
--- a/boost/geometry/arithmetic/determinant.hpp
+++ b/boost/geometry/arithmetic/determinant.hpp
@@ -62,7 +62,7 @@ inline ReturnType determinant(U const& u, V const& v)
return calculate_determinant
<
- ReturnType,
+ ReturnType,
typename geometry::coordinate_type<U>::type,
typename geometry::coordinate_type<V>::type
>::apply(get<0>(u), get<1>(u), get<0>(v), get<1>(v));