| 366 | } |
| 367 | |
| 368 | static int Tcl_ops_nodeReaction(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 369 | wrapper->resetCommandLine(argc, 1, argv); |
| 370 | |
| 371 | if (OPS_nodeReaction() < 0) return TCL_ERROR; |
| 372 | |
| 373 | return TCL_OK; |
| 374 | } |
| 375 | |
| 376 | static int Tcl_ops_eigen(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { |
| 377 | wrapper->resetCommandLine(argc, 1, argv); |
nothing calls this directly
no test coverage detected