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

Function OPS_removeDamping

SRC/damping/Damping.cpp:53–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool OPS_removeDamping(int tag)
54{
55 TaggedObject* obj = theDampingObjects.removeComponent(tag);
56 if (obj != 0)
57 {
58 delete obj;
59 return true;
60 }
61 return false;
62}
63
64Damping *OPS_getDamping(int tag)
65{

Callers

nothing calls this directly

Calls 1

removeComponentMethod · 0.45

Tested by

no test coverage detected