Skip to content

static initialisation order in simplifiedDynamicFvMeshes

On some older linkers the debug symbol was referring to a not-yet initialised typeName (is a word):

const word simplified##Type::typeName = Type::typeName; 

Instead access the const char* access function:

const word simplified##Type::typeName(Type::typeName_());