| 573 | } |
| 574 | |
| 575 | int |
| 576 | TclInterpreter::setDouble(double* data, int numArgs, bool scalar) |
| 577 | { |
| 578 | wrapper.setOutputs(interp, data, numArgs); |
| 579 | return 0; |
| 580 | } |
| 581 | |
| 582 | int |
| 583 | TclInterpreter::setString(const char* str) |
nothing calls this directly
no test coverage detected