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

Method setTimeSeries

SRC/domain/pattern/LoadPattern.cpp:243–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241
242
243void
244LoadPattern::setTimeSeries(TimeSeries *theTimeSeries)
245{
246 // invoke the destructor on the old TimeSeries
247 if (theSeries != 0)
248 delete theSeries;
249
250 // set the pointer to the new series object
251 theSeries = theTimeSeries;
252}
253
254void
255LoadPattern::setDomain(Domain *theDomain)

Callers 8

mainFunction · 0.80
mainFunction · 0.80
buildFE_ModelMethod · 0.80
TclPatternCommandFunction · 0.80
OPS_LoadPatternFunction · 0.80
TclPatternCommandFunction · 0.80
TclCommand_addPatternFunction · 0.80
TclPatternCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected