summaryrefslogtreecommitdiff
path: root/boost/numeric/odeint/iterator/impl/const_step_iterator_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/numeric/odeint/iterator/impl/const_step_iterator_impl.hpp')
-rw-r--r--boost/numeric/odeint/iterator/impl/const_step_iterator_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/numeric/odeint/iterator/impl/const_step_iterator_impl.hpp b/boost/numeric/odeint/iterator/impl/const_step_iterator_impl.hpp
index 449acfa79f..e23474c7af 100644
--- a/boost/numeric/odeint/iterator/impl/const_step_iterator_impl.hpp
+++ b/boost/numeric/odeint/iterator/impl/const_step_iterator_impl.hpp
@@ -77,7 +77,7 @@ namespace odeint {
* \param sys The system function (ODE) to solve.
* \param s The initial state. const_step_iterator stores a reference of s and changes its value during the iteration.
*/
- const_step_iterator_impl( stepper_type stepper , system_type sys , state_type &s )
+ const_step_iterator_impl( stepper_type stepper , system_type sys , state_type& /* s */ )
: base_type( stepper , sys ) { }
protected: