| 97 | } |
| 98 | |
| 99 | void |
| 100 | Expression::InitProbabilityTables() |
| 101 | { |
| 102 | Expression::InitExprProbabilityTable(); |
| 103 | Expression::InitParamProbabilityTable(); |
| 104 | } |
| 105 | |
| 106 | /////////////////////////////////////////////////////////////////////////////// |
| 107 |
nothing calls this directly
no outgoing calls
no test coverage detected