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

Method getCopy

SRC/domain/pattern/RampSeries.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144TimeSeries* RampSeries::getCopy()
145{
146 return new RampSeries(this->getTag(), tStart, tRamp, offsetFact, smoothFact, cFactor);
147}
148
149
150double RampSeries::getFactor(double pseudoTime)

Callers 2

OPS_getTimeSeriesFunction · 0.45
partitionMethod · 0.45

Calls 1

getTagMethod · 0.45

Tested by

no test coverage detected