Skip to content
Snippets Groups Projects
Commit 6949b0e0 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

[tests/impl_test_sot_enxternal_interface.cpp] Remove warning on type mismatch

parent 0455af48
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ ImplTestSotExternalInterface::ImplTestSotExternalInterface()
named_base_ff_vec_.setName("baseff");
ctrl_vector.resize(7);
for( auto i=0;i<6;i++)
for( std::vector<double>::size_type i=0;i<6;i++)
ctrl_vector[i] = 0.0;
ctrl_vector[6] = 0.0;
named_base_ff_vec_.setValues(ctrl_vector);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment