Author: renard
Date: Fri Apr  1 13:13:00 2016
New Revision: 5274

URL: http://svn.gna.org/viewcvs/getfem?rev=5274&view=rev
Log:
minor fix

Modified:
    trunk/getfem/interface/tests/matlab/check_mesh_fem.m

Modified: trunk/getfem/interface/tests/matlab/check_mesh_fem.m
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/interface/tests/matlab/check_mesh_fem.m?rev=5274&r1=5273&r2=5274&view=diff
==============================================================================
--- trunk/getfem/interface/tests/matlab/check_mesh_fem.m        (original)
+++ trunk/getfem/interface/tests/matlab/check_mesh_fem.m        Fri Apr  1 
13:13:00 2016
@@ -167,12 +167,11 @@
 
   gf_mesh_fem_get(mf,'nbdof');
   d=gf_mesh_fem_get(mf,'basic dof from cv',[1 5]);
-  gfassert(['d==[1 2 3 4 5 6 37 40 42 43 44 45 46 47 48 49 50 51 52 53 54 55 ' 
...
-          '56 57]']);
+  gfassert(['d==[1 2 3 4 5 6 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 
59 60]']);
   d=gf_mesh_fem_get(mf,'basic dof from cv',[1 5;1 2]);
-  gfassert('d==[3 5 6 37 40 42 45 47 50 52 55 57]');
+  gfassert('d==[3 5 6 43 46 48 49 52 54 55 58 60]');
   d=gf_mesh_fem_get(mf,'basic dof from cvid',5);
-  gfassert('d==[37 43 44 45 46 47 40 48 49 50 51 52 42 53 54 55 56 57]');
+  gfassert('d==[43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60]');
   
   s2=gf_mesh_get(mf,'char');
   gfassert('length(s2)>500');


_______________________________________________
Getfem-commits mailing list
[email protected]
https://mail.gna.org/listinfo/getfem-commits

Reply via email to