From 480d440174c565bec9aba412c0d35221c9169ff6 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Sat, 8 Sep 2012 22:31:44 +0000 Subject: Some minor changes after reviewing the portfolio "unified driver" commit. (this commit was certified error- and warning-free by the test-and-commit script.) --- src/main/portfolio_util.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/main/portfolio_util.h') diff --git a/src/main/portfolio_util.h b/src/main/portfolio_util.h index eed993b9f..1955a29a7 100644 --- a/src/main/portfolio_util.h +++ b/src/main/portfolio_util.h @@ -14,8 +14,8 @@ ** \brief Code relevant only for portfolio builds **/ -#ifndef __CVC4_PORTFOLIO_UTIL_H -#define __CVC4_PORTFOLIO_UTIL_H +#ifndef __CVC4__PORTFOLIO_UTIL_H +#define __CVC4__PORTFOLIO_UTIL_H #include @@ -37,7 +37,7 @@ public: T pop() { return T(); } bool empty() { return true; } bool full() { return false; } -}; +};/* class EmptySharedChannel */ class PortfolioLemmaOutputChannel : public LemmaOutputChannel { private: @@ -202,8 +202,8 @@ void sharingManager(unsigned numThreads, } Trace("sharing") << "sharing: Interrupted, exiting." << std::endl; -} +}/* sharingManager() */ -}/*CVC4 namespace*/ +}/* CVC4 namespace */ -#endif /* __CVC4_PORTFOLIO_UTIL_H */ +#endif /* __CVC4__PORTFOLIO_UTIL_H */ -- cgit v1.2.3