summaryrefslogtreecommitdiffstats
path: root/src/vZ/Midpoint.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vZ/Midpoint.hpp')
-rw-r--r--src/vZ/Midpoint.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vZ/Midpoint.hpp b/src/vZ/Midpoint.hpp
index 3d7ce2c..2329457 100644
--- a/src/vZ/Midpoint.hpp
+++ b/src/vZ/Midpoint.hpp
@@ -68,7 +68,7 @@ namespace vZ
template <typename Y>
typename GenericMidpointIntegrator<Y>::Scalar
GenericMidpointIntegrator<Y>::s_a2Arr[1] = {
- Scalar(1)/2
+ Scalar(1)/Scalar(2)
};
template <typename Y>