OGS
FinalizeVectorAssembly.h
Go to the documentation of this file.
1
13#pragma once
14
15namespace MathLib
16{
18template <typename VEC_T>
19void finalizeVectorAssembly(VEC_T& /*unused*/)
20{
21}
22
23} // MathLib
void finalizeVectorAssembly(VEC_T &)
General function to finalize the vector assembly.