We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2d2fc commit de8cdefCopy full SHA for de8cdef
1 file changed
kratos.gid/scripts/Writing/WriteConditions.tcl
@@ -43,7 +43,7 @@ proc ::write::writeGroupNodeCondition {dictGroupsIterators groupNode condid iter
43
}
44
} else {
45
# If kname eq "" => no topology feature match, condition written as nodal
46
- if {[$cond hasTopologyFeatures]} {W "$groupid assigned to $condid - Selected invalid entity $ov with $nnodes nodes - Check Conditions.xml"}
+ if {[$cond hasTopologyFeatures]} {error [= "$groupid assigned to $condid - Selected invalid entity $ov with $nnodes nodes - Check Conditions.xml"]}
47
48
49
error "Could not find conditon named $condid"
0 commit comments