From a31ca63e959d86fa25ede13722c1351bb04ccff9 Mon Sep 17 00:00:00 2001 From: trevor_hansen Date: Wed, 4 May 2011 02:45:04 +0000 Subject: [PATCH] Another fix to the same git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1306 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 167f589..f3f06a5 100644 --- a/src/simplifier/simplifier.cpp +++ b/src/simplifier/simplifier.cpp @@ -2984,7 +2984,7 @@ namespace BEEV //process only if not in the substitution map. simplifymap //has been checked already if (!CheckSubstitutionMap(out1, out1) && out1.GetKind() == READ && WRITE == out1[0].GetKind()) - out1 = RemoveWrites_TopLevel(inputterm); + out1 = RemoveWrites_TopLevel(out1); //it is possible that after all the procesing the READ term //reduces to READ(Symbol,const) and hence we should check the -- 2.47.3