Select Git revision
BoundaryAngles.cpp
Forked from
gmsh / gmsh
Source project has a limited visibility.
GmshRemote.h 272 B
// Gmsh - Copyright (C) 1997-2010 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#ifndef _GMSH_REMOTE_H_
#define _GMSH_REMOTE_H_
#include <string>
int GmshRemote();
#endif