]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Fix the build. Without -NDEBUG wouldn't compile.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 13 Apr 2011 04:52:49 +0000 (04:52 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Wed, 13 Apr 2011 04:52:49 +0000 (04:52 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1271 e59a4935-1847-0410-ae03-e826735625c1

src/simplifier/SubstitutionMap.cpp

index 4e1668ed53f0ce53ca7d875e38109f89eadf005f..c4a4da73fe9aaa56e4f0d9fdde91526a0183cd27 100644 (file)
@@ -219,7 +219,7 @@ ASTNode SubstitutionMap::applySubstitutionMap(const ASTNode& n)
        // for a while.
         #ifndef NDEBUG
               cache.clear();
-              assert( result ==  replace(result,*SolverMap,cache,&nf, false));
+              assert( result ==  replace(result,*SolverMap,cache,nf, false));
         #endif
 
        bm->GetRunTimes()->stop(RunTimes::ApplyingSubstitutions);