Skip to content
Snippets Groups Projects
Commit 30e5d4a8 authored by Adriaan Renting's avatar Adriaan Renting
Browse files

Bug #1113: order of flaggers was strange

parent d095aee0
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ int ComplexMedianFlagger2::FlagBaselineBand(Matrix<Bool>& Flags,
else
{ if (!Existing) { Flags(j, i) = false;}
}
cout << j << "," << "," << i << "," << Flags(j, i) << "," << FlagAllPolarizations << endl;
//cout << j << "," << "," << i << "," << Flags(j, i) << "," << FlagAllPolarizations << endl;
}
}
return flagCounter + flagcount;
......
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