------------------------------------------------------------------------
| 34 | |
| 35 | //------------------------------------------------------------------------ |
| 36 | void trans_double_path::reset() |
| 37 | { |
| 38 | m_src_vertices1.remove_all(); |
| 39 | m_src_vertices2.remove_all(); |
| 40 | m_kindex1 = 0.0; |
| 41 | m_kindex1 = 0.0; |
| 42 | m_status1 = initial; |
| 43 | m_status2 = initial; |
| 44 | } |
| 45 | |
| 46 | |
| 47 | //------------------------------------------------------------------------ |
nothing calls this directly
no test coverage detected