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

*** empty log message ***

parent e04920db
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,11 @@ StringXString MeshOptions_String[] = {
} ;
StringXString SolverOptions_String[] = {
#ifdef WIN32
{ F|O, "GetDPCommand" , opt_solver_getdp_command , "./getdp.exe" ,
#else
{ F|O, "GetDPCommand" , opt_solver_getdp_command , "getdp" ,
#endif
"System command to launch the GetDP solver (should _not_ contain the '&' character)" },
{ 0, NULL , NULL , NULL , NULL }
} ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment