--- trunk/doc/examples/wave_with_pyvisi.py 2007/04/16 06:32:24 1095 +++ trunk/doc/examples/wave_with_pyvisi.py 2007/04/16 23:03:55 1097 @@ -88,7 +88,7 @@ # ... save current acceleration in units of gravity and displacements if n==1 or n%10==0: #saveVTK("./data/usoln.%i.vtu"%(n/10), acceleration=length(a)/9.81, - #displacement = u, tensor = stress, Ux = u[0]) + # displacement = u, tensor = stress, Ux = u[0]) dc.setData(acceleration = length(a)/9.81, displacement = u, tensor = stress, Ux = u[0])