Skip to content
Snippets Groups Projects
Commit 0468c511 authored by Ger van Diepen's avatar Ger van Diepen
Browse files

BugID: 428

Do not use locks on ANTENNA table
parent 5b584f53
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ void doMaster (bool send)
// Get the station info from the given antenna table.
string msName = params.getString ("MSName");
string tabName = params.getString ("AntennaTableName");
Table tab(tabName);
Table tab(tabName, TableLock(TableLock::AutoNoReadLocking));
ROArrayColumn<double> posCol(tab, "POSITION");
Array<double> antPos = posCol.getColumn();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment