| 35 | } |
| 36 | |
| 37 | void edgeMapsComposition( EdgeMap& a2b, const EdgeMap& b2c ) |
| 38 | { |
| 39 | return mapsComposition( a2b, b2c ); |
| 40 | } |
| 41 | |
| 42 | EdgeMap edgeMapsComposition( const EdgeMap& a2b, const EdgeMap& b2c ) |
| 43 | { |
nothing calls this directly
no test coverage detected