From 1bdf0a5ce4ffacb1f75068dda6b053e2f6af05be Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Wed, 4 May 2011 02:41:00 +0000 Subject: [PATCH] Correct the last patch. I don't think this code runs. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1305 e59a4935-1847-0410-ae03-e826735625c1 --- src/simplifier/simplifier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simplifier/simplifier.cpp b/src/simplifier/simplifier.cpp index 4102c5b..167f589 100644 --- a/src/simplifier/simplifier.cpp +++ b/src/simplifier/simplifier.cpp @@ -2983,7 +2983,7 @@ namespace BEEV //process only if not in the substitution map. simplifymap //has been checked already - if (!CheckSubstitutionMap(out1, out1) && out1.GetType() == READ && WRITE == out1[0].GetKind()) + if (!CheckSubstitutionMap(out1, out1) && out1.GetKind() == READ && WRITE == out1[0].GetKind()) out1 = RemoveWrites_TopLevel(inputterm); //it is possible that after all the procesing the READ term -- 2.47.3