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

Method assignDefaultSubSurfaceType

src/model/SubSurface.cpp:984–988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982 }
983
984 void SubSurface_Impl::assignDefaultSubSurfaceType() {
985 std::string defaultSubSurfaceType = this->defaultSubSurfaceType();
986 bool test = setSubSurfaceType(defaultSubSurfaceType);
987 OS_ASSERT(test);
988 }
989
990 std::string SubSurface_Impl::outsideBoundaryCondition() const {
991 std::string result;

Callers 5

setVerticesMethod · 0.95
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

defaultSubSurfaceTypeMethod · 0.95

Tested by 4

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64