summaryrefslogtreecommitdiff
path: root/Source/Concurrency/CivlRefinement.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Concurrency/CivlRefinement.cs')
-rw-r--r--Source/Concurrency/CivlRefinement.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Concurrency/CivlRefinement.cs b/Source/Concurrency/CivlRefinement.cs
index 8fc27be9..dfe50ef9 100644
--- a/Source/Concurrency/CivlRefinement.cs
+++ b/Source/Concurrency/CivlRefinement.cs
@@ -1212,7 +1212,7 @@ namespace Microsoft.Boogie
public static void AddCheckers(LinearTypeChecker linearTypeChecker, CivlTypeChecker civlTypeChecker, List<Declaration> decls)
{
Program program = linearTypeChecker.program;
- foreach (int layerNum in civlTypeChecker.AllCreatedLayerNums)
+ foreach (int layerNum in civlTypeChecker.AllLayerNums)
{
if (CommandLineOptions.Clo.TrustLayersDownto <= layerNum || layerNum <= CommandLineOptions.Clo.TrustLayersUpto) continue;