Changeset 4401 for trunk/gui


Ignore:
Timestamp:
Jun 20, 2014 12:26:48 PM (10 years ago)
Author:
ldelgass
Message:

Fix mesh VTK output for ugrid cells with variable length index lists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/mesh.tcl

    r4395 r4401  
    10011001            puts stderr "WARNING: bad unstructured grid \"$path\": wrong \# of indices specified for celltype $celltype on line \"$line\""
    10021002            return 0
     1003        } else {
     1004            set numIndices $length
    10031005        }
    10041006        append data " $numIndices $line\n"
Note: See TracChangeset for help on using the changeset viewer.