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

Function G3_setDomain

SRC/runtime/parsing/InterpreterAPI.cpp:314–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314int
315G3_setDomain(G3_Runtime *rt, Domain* domain){
316 int exists = rt->m_domain ? 1 : 0;
317 rt->m_domain = domain;
318 return exists;
319}
320
321
322Domain *

Callers 1

TclCommand_specifyModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected