Index: /issm/trunk-jpl/test/NightlyRun/test119.py
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test119.py	(revision 16969)
+++ /issm/trunk-jpl/test/NightlyRun/test119.py	(revision 16970)
@@ -6,10 +6,10 @@
 
 #Simple mesh
-md=bamg(model(),'domain','../Exp/Square.exp','hmax',100000.)
+md=bamg(model(),'domain','../Exp/Square.exp','hmax',100000.,'rand',False)
 x1=md.mesh.x
 y1=md.mesh.y
 
 #hVertices
-md=bamg(model(),'domain','../Exp/Square.exp','hmax',300000.,'hVertices',numpy.array([10000.,100000.,400000.,100000.]).reshape(-1,1))
+md=bamg(model(),'domain','../Exp/Square.exp','hmax',300000.,'hVertices',numpy.array([10000.,100000.,400000.,100000.]).reshape(-1,1),'rand',False)
 x2=md.mesh.x
 y2=md.mesh.y
@@ -17,5 +17,5 @@
 #big mesh
 t0=time.time()
-md=bamg(model(),'domain','../Exp/Square.exp','hmax',3000.)
+md=bamg(model(),'domain','../Exp/Square.exp','hmax',3000.,'rand',False)
 nbelements=md.mesh.numberofelements
 elapsedtime=time.time()-t0
