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

Method removeObjectiveFunction

SRC/optimization/domain/OptimizationDomain.cpp:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166int
167OptimizationDomain::removeObjectiveFunction(int tag)
168{
169 theObjectiveFunctionsPtr->removeComponent(tag);
170
171 return 0;
172}
173
174
175

Callers

nothing calls this directly

Calls 1

removeComponentMethod · 0.45

Tested by

no test coverage detected