We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58cffdf commit 1fdc088Copy full SHA for 1fdc088
1 file changed
kratos.gid/scripts/Writing/WriteMaterials.tcl
@@ -170,11 +170,6 @@ proc write::getPropertiesListByConditionXPath {cnd_xpath {write_claw_name "True"
170
set props_dict [dict create]
171
set props [list ]
172
173
- # first property
174
- # TODO: Remove this when gid_output_process.py is fixed
175
- set first [dict create "model_part_name" $model_part_name "properties_id" 0 "Material" [dict create Variables [dict create]]]
176
- lappend props $first
177
-
178
set doc $gid_groups_conds::doc
179
set root [$doc documentElement]
180
0 commit comments