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

Method getDt

SRC/reliability/analysis/gFunction/GFunEvaluator.cpp:226–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225
226double
227GFunEvaluator::getDt()
228{
229 opserr << "GFunEvaluator::getDt() -- This method is not " << endln
230 << " implemented for the chosen type of GFunEvaluator." << endln;
231 return 0;
232}
233
234
235

Callers 1

analyzeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected