()
| 97 | } |
| 98 | |
| 99 | func NewB2DistanceOutput() *B2DistanceOutput { |
| 100 | res := MakeB2DistanceOutput() |
| 101 | return &res |
| 102 | } |
| 103 | |
| 104 | // ////////////////////////////////////////////////////////////////////////// |
| 105 |
nothing calls this directly
no test coverage detected