Skip to content
Snippets Groups Projects
Commit a7c3aca9 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 8506977d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,13 @@
#include <string>
#include "onelab.h"
// 1) Compile this solver: g++ solver.cpp
//
// 2) Add it to Gmsh:
// - launch Gmsh and open Tools->OneLab
// - In the gear menu, select "Add new client"
// - Enter "My Solver" as client name, then choose the exe in the dialog
int main(int argc, char **argv)
{
onelab::remoteNetworkClient *client = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment