Ignore:
Timestamp:
Jun 14, 2013, 12:22:12 PM (11 years ago)
Author:
gah
Message:

fixes to rlimit for unlimited

File:
1 edited

Legend:

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

    r3582 r3684  
    499499            set _dim 3
    500500            set _numPoints [expr $xNum * $yNum * $zNum]
    501             $all set $points
    502501            if { ($_numPoints*3) != $numCoords } {
    503502                puts stderr "WARNING: bad grid \"$path\": invalid grid: \# of points does not match dimensions <xdim> * <ydim>"
     
    10291028                return 0
    10301029            }
     1030            set all [blt::vector create \#auto]
    10311031            set xv [blt::vector create \#auto]
    10321032            set yv [blt::vector create \#auto]
Note: See TracChangeset for help on using the changeset viewer.