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

add help

parent 8157ead5
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,8 @@ class GmshRemote { ...@@ -37,7 +37,8 @@ class GmshRemote {
// "Post") // "Post")
std::vector<std::string> buttonName; std::vector<std::string> buttonName;
// the command line switches associated with the buttons (e.g. "-pre // the command line switches associated with the buttons (e.g. "-pre
// %s", "-cal", "-pos %s") // %s", "-cal", "-pos %s"); each %s will consume one of the options,
// in the order the buttons are defined
std::vector<std::string> buttonSwitch; std::vector<std::string> buttonSwitch;
// the name of the options that can be passed to the remote program // the name of the options that can be passed to the remote program
// (e.g. "Resolution", "PostOperation") // (e.g. "Resolution", "PostOperation")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment