Skip to content
Snippets Groups Projects
Commit 10fd8951 authored by John Romein's avatar John Romein
Browse files

BugID: 225

Fix bug in administration of flagged data.
parent c6192a1d
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ namespace LOFAR {
}
#endif
mutex::scoped_lock sl(itsFlagsMutex);
itsFlags.include(0, endI).include(startI, firstChunk);
itsFlags.include(0, endI).include(startI, itsSize);
} else {
#if defined USE_DEBUG
for (uint sb = 0; sb < itsNSubbands; sb++) {
......
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