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

Method Print

SRC/reliability/domain/components/RandomVariable.cpp:118–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116
117
118void
119RandomVariable::Print(OPS_Stream &s, int flag)
120{
121 s << "RV #" << this->getTag() << ' ' << this->getType() << endln;
122 s << "\tParameters: " << this->getParameters() << endln;
123
124}
125
126
127int

Callers

nothing calls this directly

Calls 3

getParametersMethod · 0.80
getTagMethod · 0.45
getTypeMethod · 0.45

Tested by

no test coverage detected