From: khooyp Date: Wed, 11 Jan 2012 16:55:36 +0000 (+0000) Subject: Fix creation of SimplifyingNodeFactory to use STPMgr's hashingNodeFactory, to satisfy... X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=c10cdfde496c7418812486c5ac8fc9422e3fa526;p=francis%2Fstp.git Fix creation of SimplifyingNodeFactory to use STPMgr's hashingNodeFactory, to satisfy various assertions. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1498 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/main/main.cpp b/src/main/main.cpp index ac08bb2..fe1c8c0 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -418,7 +418,7 @@ int main(int argc, char ** argv) { bm->GetRunTimes()->start(RunTimes::Parsing); { - SimplifyingNodeFactory simpNF(*bm->defaultNodeFactory, *bm); + SimplifyingNodeFactory simpNF(*bm->hashingNodeFactory, *bm); TypeChecker nfTypeCheckSimp(simpNF, *bm); TypeChecker nfTypeCheckDefault(*bm->defaultNodeFactory, *bm);