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