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

Function OPS_getCrdTransf

SRC/coordTransformation/CrdTransf.cpp:59–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59CrdTransf *
60OPS_getCrdTransf(int tag) {
61
62 TaggedObject *theResult = theCrdTransfObjects.getComponentPtr(tag);
63 if (theResult == 0) {
64 opserr << "CrdTransf *getCrdTransf(int tag) - none found with tag: " << tag << endln;
65 return 0;
66 }
67 CrdTransf *theSeries = (CrdTransf *)theResult;
68
69 return theSeries;
70}
71
72void
73OPS_clearAllCrdTransf(void) {

Calls 1

getComponentPtrMethod · 0.45

Tested by

no test coverage detected