[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:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user