Skip to content

Commit 33edae2

Browse files
Everybody uses now Line instead of Linear
1 parent 8e01140 commit 33edae2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

kratos.gid/scripts/Writing/Writing.tcl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,10 @@ proc write::getEtype {ov group} {
310310
if {$ov eq "line"} {
311311
if {$b} {error "Multiple element types in $group over $ov"}
312312
switch $isquadratic {
313-
0 { set ret [list "Linear" 2] }
314-
default { set ret [list "Linear" 3] }
313+
0 { set ret [list "Line" 2] }
314+
default { set ret [list "Line" 3] }
315315
}
316+
set b 1
316317
}
317318

318319
if {$ov eq "surface"} {

0 commit comments

Comments
 (0)