Index: ../trunk-jpl/test/NightlyRun/test119.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test119.m (revision 22719) +++ ../trunk-jpl/test/NightlyRun/test119.m (revision 22720) @@ -1,10 +1,7 @@ %Test Name: SquareBamgMesh %Simple mesh -disp(' -======== STARTING==========='); -md=model(); -disp('ok'); -md=bamg(md,'domain','../Exp/Square.exp','hmax',100000.); +md=bamg(model(),'domain','../Exp/Square.exp','hmax',100000.); x1=md.mesh.x; y1=md.mesh.y;