We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661db67 commit 54ebbdcCopy full SHA for 54ebbdc
1 file changed
src/OMSimulatorLib/Element.cpp
@@ -41,9 +41,7 @@ oms::Element::Element(oms_element_enu_t type, const oms::ComRef& name)
41
this->elements = nullptr;
42
this->connectors = nullptr;
43
this->busconnectors = nullptr;
44
-#if !defined(NO_TLM)
45
this->tlmbusconnectors = nullptr;
46
-#endif
47
this->geometry = reinterpret_cast<ssd_element_geometry_t*>(new oms::ssd::ElementGeometry());
48
}
49
0 commit comments