From 97185fb30b3549bcd2273593ace2fb104942722f Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Thu, 14 Apr 2011 14:03:06 +0000 Subject: [PATCH] removed debug printing... --- processing/post/3Dvisualize | 3 --- 1 file changed, 3 deletions(-) diff --git a/processing/post/3Dvisualize b/processing/post/3Dvisualize index 5b677b617..8e38eb93a 100755 --- a/processing/post/3Dvisualize +++ b/processing/post/3Dvisualize @@ -386,14 +386,11 @@ for filename in args: numpy.reshape(values[:,column['tensor'][options.defgrad]: column['tensor'][options.defgrad]+9], (res[0],res[1],res[2],3,3))) - print 'avg F\n',defgrad_av centroids = postprocessingMath.deformed_fft(res[0],res[1],res[2],dim,\ numpy.reshape(values[:,column['tensor'][options.defgrad]: column['tensor'][options.defgrad]+9], (res[0],res[1],res[2],3,3)),defgrad_av,1.0) - print 'centroids\n',centroids ms = postprocessingMath.mesh(res[0],res[1],res[2],dim,defgrad_av,centroids) - print 'mesh\n',ms fields = {\ 'tensors': {},\