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

Method clean

SRC/domain/component/Parameter.cpp:278–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278int
279Parameter::clean(void)
280{
281 for (int i = 0; i < numObjects; i++) {
282 theObjects[i] = 0;
283 }
284 for (int i = 0; i < numComponents; i++) {
285 theComponents[i] = 0;
286 }
287
288 numObjects = 0;
289 numComponents = 0;
290 currentValue = 0.0;
291
292 return 0;
293}

Callers 1

setDomainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected