[FEM] Substitute underscore for whitespace in CalculiX solver output

Fixes #7360  
Forum thread: forum.freecadweb.org/viewtopic.php?p=617376#p617376
This commit is contained in:
luz paz
2022-08-13 09:53:34 -04:00
committed by Uwe
parent b6cb5ffe4a
commit 0beefe7c5d

View File

@@ -30,8 +30,9 @@ def get_analysis_types():
return ["thermomech"]
# name must substitute underscores for whitespace (#7360)
def get_sets_name():
return "constraints temperature node sets"
return "constraints_temperature_node_sets"
def get_constraint_title():