Skip to content

Commit 1fdc088

Browse files
No need to write base
1 parent 58cffdf commit 1fdc088

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

kratos.gid/scripts/Writing/WriteMaterials.tcl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,6 @@ proc write::getPropertiesListByConditionXPath {cnd_xpath {write_claw_name "True"
170170
set props_dict [dict create]
171171
set props [list ]
172172

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-
178173
set doc $gid_groups_conds::doc
179174
set root [$doc documentElement]
180175

0 commit comments

Comments
 (0)