Skip to content

Commit db426c6

Browse files
committed
mas
1 parent 71b5065 commit db426c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mod/Fem/femsolver/calculix/write_step_equation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def write_step_equation(f, ccxwriter):
7979
elif ccxwriter.analysis_type == "buckling":
8080
analysis_type = "*BUCKLE"
8181
elif ccxwriter.analysis_type == "electrostatic":
82-
analysis_type = "*HEAT TRANSFER, STEADY STATE, MATRIXSTORAGE"
82+
analysis_type = "*HEAT TRANSFER, STEADY STATE"
8383
# analysis line --> solver type
8484
# https://forum.freecad.org/viewtopic.php?f=18&t=43178
8585
if ccxwriter.solver_obj.MatrixSolverType == "default":

0 commit comments

Comments
 (0)