| 116 | |
| 117 | |
| 118 | void |
| 119 | RandomVariable::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 | |
| 127 | int |
nothing calls this directly
no test coverage detected