| 308 | // ------------------------------------------------------------------------ |
| 309 | |
| 310 | AnyType __clustered_err_lin_transition::run (AnyType& args) |
| 311 | { |
| 312 | return __clustered_common_transition(args, "lin", __linear_trans_compute); |
| 313 | } |
| 314 | |
| 315 | // ------------------------------------------------------------------------ |
| 316 |
nothing calls this directly
no test coverage detected