Author: andrico
Date: Wed Mar 18 13:29:47 2015
New Revision: 4888

URL: http://svn.gna.org/viewcvs/getfem?rev=4888&view=rev
Log:
fixing level_set_contact project

Modified:
    trunk/getfem/contrib/level_set_contact/contact_problem.h

Modified: trunk/getfem/contrib/level_set_contact/contact_problem.h
URL: 
http://svn.gna.org/viewcvs/getfem/trunk/getfem/contrib/level_set_contact/contact_problem.h?rev=4888&r1=4887&r2=4888&view=diff
==============================================================================
--- trunk/getfem/contrib/level_set_contact/contact_problem.h    (original)
+++ trunk/getfem/contrib/level_set_contact/contact_problem.h    Wed Mar 18 
13:29:47 2015
@@ -10,7 +10,7 @@
 enum  { NORTH = 1, EAST = 2, WEST = 3, SOUTH = 4, FRONT = 5, BACK = 6};
 
 struct contact_problem{
-       getfem::deformable_mesh mesh_master, mesh_slave;
+       getfem::mesh mesh_master, mesh_slave;
        bgeot::md_param PARAM;
        scalar_type tol_newton,applied_disp;
        size_type model_dim, nstep;


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

Reply via email to