Skip to content

Commit 38a09f7

Browse files
fix element name
1 parent 45c152c commit 38a09f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kratos.gid/apps/ShallowWater/examples/DamBreak.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ proc ::ShallowWater::examples::DamBreak::TreeAssignation {args} {
6969
# Parts
7070
set parts [spdAux::getRoute "SWParts"]
7171
set part_node [customlib::AddConditionGroupOnXPath $parts Body]
72-
set props [list Element Element2D Material Concrete]
72+
set props [list Element GENERIC_ELEMENT Material Concrete]
7373
spdAux::SetValuesOnBaseNode $part_node $props
7474

7575
# Nodal Conditions

0 commit comments

Comments
 (0)