Skip to content

Commit de8cdef

Browse files
Topology not found means error, not message
1 parent 1f2d2fc commit de8cdef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kratos.gid/scripts/Writing/WriteConditions.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ proc ::write::writeGroupNodeCondition {dictGroupsIterators groupNode condid iter
4343
}
4444
} else {
4545
# 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"}
46+
if {[$cond hasTopologyFeatures]} {error [= "$groupid assigned to $condid - Selected invalid entity $ov with $nnodes nodes - Check Conditions.xml"]}
4747
}
4848
} else {
4949
error "Could not find conditon named $condid"

0 commit comments

Comments
 (0)