meshpro / meshplex

:spider_web: Compute interesting points, areas, and volumes in simplex meshes of any dimension.
104 stars 22 forks source link

Set edges to None in __init__ to avoid the self.edges is None error. #171

Closed cottrell closed 2 years ago

cottrell commented 2 years ago

Minor fix ... hit when the self.edges is None checks are hit.