Skip to content

Fix opposite face handle

Patrick Schmidt requested to merge fix_opposite_face_handle into master

Fixed linker error where opposite_face_handle was marked inline but implemented in PolyConnectivity.cc. Moved implementation to PolyConnectivity_inline_impl.hh.

Merge request reports