Remove unnecessary call to mesh.CalcSurfacesOfNode()

This commit is contained in:
Matthias Hochsteger 2019-10-09 10:32:41 +02:00
parent fffe445d53
commit e6953dc4cb

View File

@ -349,7 +349,6 @@ namespace netgen
}
mesh.SetNextTimeStamp();
mesh.CalcSurfacesOfNode();
}