MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / removeFromSecondarySystem

Method removeFromSecondarySystem

src/model/RefrigerationWalkIn.cpp:937–942  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935 }
936
937 void RefrigerationWalkIn_Impl::removeFromSecondarySystem() {
938 boost::optional<RefrigerationSecondarySystem> refrigerationSecondarySystem = secondarySystem();
939 if (refrigerationSecondarySystem) {
940 refrigerationSecondarySystem.get().removeWalkin(this->getObject<RefrigerationWalkIn>());
941 }
942 }
943
944 bool RefrigerationWalkIn_Impl::addToCompressorRack(RefrigerationCompressorRack& compressorRack) {
945 return compressorRack.addWalkin(this->getObject<RefrigerationWalkIn>());

Callers

nothing calls this directly

Calls 2

removeWalkinMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected