From 9873bcfde9983385bbb46b0b9f9ca1f492763e21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Offringa?= <offringa@astron.nl> Date: Fri, 4 Feb 2011 14:53:35 +0000 Subject: [PATCH] Bug 1491: changing locking mechanism for casa tables in frequency filter --- CEP/DP3/AOFlagger/src/msio/timestepaccessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CEP/DP3/AOFlagger/src/msio/timestepaccessor.cpp b/CEP/DP3/AOFlagger/src/msio/timestepaccessor.cpp index 785f3e90c4d..52cf1257205 100644 --- a/CEP/DP3/AOFlagger/src/msio/timestepaccessor.cpp +++ b/CEP/DP3/AOFlagger/src/msio/timestepaccessor.cpp @@ -237,7 +237,7 @@ void TimestepAccessor::emptyWriteBuffer() { SetInfo &set = *i; - openSet(set); + openSet(set, true); for(unsigned writeBufferIndex = 0; writeBufferIndex < _inWriteBuffer; ++writeBufferIndex) { -- GitLab