MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / getCurrentSectionBuilder

Method getCurrentSectionBuilder

SRC/runtime/runtime/BasicModelBuilder.cpp:164–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164int
165BasicModelBuilder::getCurrentSectionBuilder(int& tag)
166{
167 if (section_builder_is_set) {
168 tag = current_section_builder;
169 return 0;
170 } else
171 return -1;
172}
173
174void
175BasicModelBuilder::setCurrentSectionBuilder(int tag)

Callers 1

findSectionBuilderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected