Skip to content

Commit 0852e02

Browse files
committed
modified strainrate calculator
1 parent 7e81452 commit 0852e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strainrate_calculator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ def strainrate_calculator(x_axis,y_axis,u,v,strain_selections=[1,1,1,1,1,0,1],de
173173
#newx = (x_axis[1:]+x_axis[:-1])/2
174174
#newy = (y_axis[1:]+y_axis[:-1])/2
175175

176-
return sr,newx,newy,sr_meta
176+
return sr,sr_meta

0 commit comments

Comments
 (0)