Index: /issm/trunk-jpl/test/Par/SquareShelf.py
===================================================================
--- /issm/trunk-jpl/test/Par/SquareShelf.py	(revision 14317)
+++ /issm/trunk-jpl/test/Par/SquareShelf.py	(revision 14318)
@@ -26,6 +26,5 @@
 vx=iVelF.variables['vx'][:]
 vy=iVelF.variables['vy'][:]
-index=iVelF.variables['index'][:].astype(float)
-index=reshape(index.T,(len(index),3),order='F')
+index=iVelF.variables['index'][:].astype(int)
 
 #dbg - begin
