OGS
FinalizeMatrixAssembly.h
Go to the documentation of this file.
1 
13 #pragma once
14 
15 namespace MathLib
16 {
17 template <typename MAT_T>
18 bool finalizeMatrixAssembly(MAT_T& /*unused*/)
19 {
20  return true;
21 }
22 
23 } // MathLib
bool finalizeMatrixAssembly(MAT_T &)