Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ setNsteps
Method
setNsteps
SRC/reliability/analysis/gFunction/GFunEvaluator.cpp:218–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
216
*/
217
218
void
219
GFunEvaluator::setNsteps(int nsteps)
220
{
221
opserr <<
"GFunEvaluator::set_nsteps() -- This method is not "
<< endln
222
<<
" implemented for the chosen type of GFunEvaluator."
<< endln;
223
}
224
225
226
double
Callers
1
analyze
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected