Skip to content
Snippets Groups Projects
Commit 9873bcfd authored by Andre Offringa's avatar Andre Offringa
Browse files

Bug 1491: changing locking mechanism for casa tables in frequency filter

parent e6e7e4de
No related branches found
No related tags found
No related merge requests found
...@@ -237,7 +237,7 @@ void TimestepAccessor::emptyWriteBuffer() ...@@ -237,7 +237,7 @@ void TimestepAccessor::emptyWriteBuffer()
{ {
SetInfo &set = *i; SetInfo &set = *i;
openSet(set); openSet(set, true);
for(unsigned writeBufferIndex = 0; writeBufferIndex < _inWriteBuffer; ++writeBufferIndex) for(unsigned writeBufferIndex = 0; writeBufferIndex < _inWriteBuffer; ++writeBufferIndex)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment