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

Function OPS_record

SRC/interpreter/OpenSeesMiscCommands.cpp:1179–1187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1177}
1178
1179int OPS_record()
1180{
1181 Domain* theDomain = OPS_GetDomain();
1182 if (theDomain == 0) return -1;
1183
1184 theDomain->record(false);
1185
1186 return 0;
1187}
1188
1189int OPS_stripOpenSeesXML()
1190{

Callers 2

Tcl_ops_recordFunction · 0.85
Py_ops_recordFunction · 0.85

Calls 2

OPS_GetDomainFunction · 0.70
recordMethod · 0.45

Tested by

no test coverage detected