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

Method cleanValuesOnAxis

SRC/reliability/analysis/analysis/PrincipalAxis.cpp:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void PrincipalAxis::cleanValuesOnAxis()
206{
207 if (valuesOnAxis !=0) delete valuesOnAxis;
208 valuesOnAxis =0;
209}
210
211void PrincipalAxis::setCurvature(double pCurv)
212{

Callers 2

analyzeMethod · 0.80
analyzeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected