Changeset 6328 for trunk


Ignore:
Timestamp:
May 14, 2016, 12:13:09 AM (8 years ago)
Author:
ldelgass
Message:

fix typo

File:
1 edited

Legend:

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

    r6327 r6328  
    14571457        }
    14581458        set celltype $node2celltype($numNodes)
    1459         if { _$dim == 3 && $numNodes == 4 } {
     1459        if { $_dim == 3 && $numNodes == 4 } {
    14601460            # If mesh is 3D, assume a tetrahedron (default is quad)
    14611461            # XXX: Does prophet output tets, and if so what is the node order?
Note: See TracChangeset for help on using the changeset viewer.