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

Function OPS_removeTimeSeries

SRC/domain/pattern/TimeSeries.cpp:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool OPS_removeTimeSeries(int tag) {
48 TaggedObject* obj = theTimeSeriesObjects.removeComponent(tag);
49 if (obj != 0) {
50 delete obj;
51 return true;
52 }
53 return false;
54}
55
56TimeSeries *OPS_getTimeSeries(int tag) {
57

Callers 2

OPS_removeObjectFunction · 0.85
removeObjectFunction · 0.85

Calls 1

removeComponentMethod · 0.45

Tested by

no test coverage detected