Skip to content
Snippets Groups Projects

Implements BwdTrans StdMat operator

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