From searches in the code of the develop branch, I suspect that the members
unsigned short Local_to_Global_Marker{nullptr}; /!< \brief Local to Global marker. */
unsigned short Global_to_Local_Marker{nullptr}; /!< \brief Global to Local marker. */
of CPhysicalGeometry are not initialized anywhere in the code right now.
Apart from this, from a comparison with Global_to_Local_Point I would infer that G_to_L_Marker should be of type unordered_map<unsigned short, unsigned short>, depending on the intended functionality of course.