[vtk-developers] cone.tcl

anast.jm at pg.com anast.jm at pg.com
Tue Sep 18 12:25:00 EDT 2001


There appears to be a trivial typo error in

VTK\Examples\Tutorial\Step1\Tcl\cone.tcl

line 31

for {set i 0} {$i < 360} {incr 1} {

should be

for {set i 0} {$i < 360} {incr i 1} {

...john





More information about the vtk-developers mailing list