| 45 | } |
| 46 | |
| 47 | void faceMapsComposition( FaceMap& a2b, const FaceMap& b2c ) |
| 48 | { |
| 49 | return mapsComposition( a2b, b2c ); |
| 50 | } |
| 51 | |
| 52 | FaceMap faceMapsComposition( const FaceMap& a2b, const FaceMap& b2c ) |
| 53 | { |
nothing calls this directly
no test coverage detected