We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4876a8 commit f77e6f8Copy full SHA for f77e6f8
1 file changed
kratos.gid/scripts/Writing/WriteConditionsByUniqueId.tcl
@@ -206,15 +206,15 @@ proc write::writeGroupSubModelPartByUniqueId { cid group ConditionsMap {what "El
206
set elems [GiD_WriteCalculationFile elements -sorted -return $gdict]
207
for {set i 0} {$i <[llength $elems]} {incr i} {
208
set eid [objarray get $ConditionsMap [lindex $elems $i]]
209
- if ($eid == 0) {set null_cond_warn 1}
+ if {$eid == 0} {set null_cond_warn 1}
210
WriteString "${s2}[format $id_f $eid]"
211
}
212
213
WriteString "${s1}End SubModelPartConditions"
214
WriteString "${s}End SubModelPart"
215
if {$null_cond_warn} {W "$mid submodelpart contains conditions that are not in the Conditions block"}
216
217
-
+
218
return $mid
219
220
0 commit comments