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