// Gmsh - Copyright (C) 1997-2013 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to the public mailing list <gmsh@geuz.org>.

#ifndef _MESH_GFACE_QUADRILATERALIZE_
#define _MESH_GFACE_QUADRILATERALIZE_

class GFace;
int gmshQMorph (GFace *gf);

#endif