Skip to content
Snippets Groups Projects

Updated code to use a common base class and single factory pattern.

Merged Chris Cantwell requested to merge dynamic-polymorphism into master
30 files
+ 3458
546
Compare changes
  • Side-by-side
  • Inline
Files
30
+ 7
0
#include "ErrorUtil.hpp"
namespace Nektar
{
std::ostream *ErrorUtil::m_outStream = &std::cerr;
bool ErrorUtil::m_printBacktrace = true;
}
\ No newline at end of file
Loading