| 4671 | } |
| 4672 | |
| 4673 | int |
| 4674 | TclCommand_addRemoDamping(ClientData clientData, Tcl_Interp *interp, int argc, |
| 4675 | TCL_Char **argv) |
| 4676 | { |
| 4677 | return TclCommand_addDamping(clientData, interp, argc,argv, |
| 4678 | theTclDomain, |
| 4679 | theTclBuilder); |
| 4680 | } |
| 4681 | |
| 4682 | extern int |
| 4683 | TclModelBuilderStiffnessDegradationCommand(ClientData clientData, |
nothing calls this directly
no test coverage detected