| 25 | } |
| 26 | |
| 27 | void vertMapsComposition( VertMap& a2b, const VertMap& b2c ) |
| 28 | { |
| 29 | return mapsComposition( a2b, b2c ); |
| 30 | } |
| 31 | |
| 32 | VertMap vertMapsComposition( const VertMap& a2b, const VertMap& b2c ) |
| 33 | { |
nothing calls this directly
no test coverage detected