Select Git revision
GmshRemote.h
GmshRemote.h 284 B
// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// issues on https://gitlab.onelab.info/gmsh/gmsh/issues.
#ifndef GMSH_REMOTE_H
#define GMSH_REMOTE_H
#include <string>
int GmshRemote();
#endif