| 5590 | TCL_Char **argv, Domain &theDomain, EquiSolnAlgo *theAlgorithm); |
| 5591 | |
| 5592 | int |
| 5593 | addAlgoRecorder(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) |
| 5594 | { |
| 5595 | if (theAlgorithm != 0) |
| 5596 | return TclAddAlgorithmRecorder(clientData, interp, argc, argv, |
| 5597 | theDomain, theAlgorithm); |
| 5598 | |
| 5599 | else |
| 5600 | return 0; |
| 5601 | } |
| 5602 | |
| 5603 | extern int |
| 5604 | TclAddDatabase(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv, |
nothing calls this directly
no test coverage detected