Index: /issm/trunk/examples/SquareIceShelf/Square.par
===================================================================
--- /issm/trunk/examples/SquareIceShelf/Square.par	(revision 11033)
+++ /issm/trunk/examples/SquareIceShelf/Square.par	(revision 11034)
@@ -11,7 +11,7 @@
 
 disp('      creating drag');
-pos=find(md.mask.elementonfloatingice);
-md.friction.coefficient=200*ones(md.mesh.numberofvertices,1); %q=1.
-md.friction.coefficient(md.mesh.elements(pos,:))=0;
+pos=find(md.mask.vertexonfloatingice);
+md.friction.coefficient=200*ones(md.mesh.numberofvertices,1);
+md.friction.coefficient(pos)=0;
 md.friction.p=ones(md.mesh.numberofelements,1);
 md.friction.q=ones(md.mesh.numberofelements,1);
