You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module stl_mod is contained in stl.f90. It contains subroutines for parsing an STL mesh into the MachLine data types.
Importantly, it also contains a subroutine for detecting and combining duplicate vertices (collapse_duplicate_vertices). This subroutine is used within the vtk_mod and tri_mod modules as well.