Skip to content
Snippets Groups Projects
Commit e280dcc0 authored by Jacob Lamblin's avatar Jacob Lamblin
Browse files

Remove cout

parent a8d88d92
No related branches found
No related tags found
Loading
......@@ -82,14 +82,13 @@ void StereoFluxgateController::postConfiguration() {
void StereoFluxgateController::refreshNbFluxgateProperty(int32 value) throw (CannotSetValue) {
cout << "TOTO " << value << endl;
Bx.resize(value);
By.resize(value);
Bz.resize(value);
ichannel.resize(value);
for(int i=0;i<value;i++){
Bx.set(i,m_Driver->Bx(i));
cout << "Bx=" << Bx(i) << endl;
//cout << "Bx=" << Bx(i) << endl;
By.set(i,m_Driver->By(i));
Bz.set(i,m_Driver->Bz(i));
ichannel.set(i,i);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment