Skip to content
Snippets Groups Projects
Forked from gmsh / gmsh
11321 commits behind the upstream repository.
meshGFaceQuadrilateralize.h 327 B
// 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