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

remove deprecacted

parent 1393af16
Branches
Tags
No related merge requests found
...@@ -12,7 +12,6 @@ $INFO = 10; ...@@ -12,7 +12,6 @@ $INFO = 10;
$WARNING = 11; $WARNING = 11;
$ERROR = 12; $ERROR = 12;
$PROGRESS = 13; $PROGRESS = 13;
$VIEW = 20; # deprecated: use MERGE_FILE instead
$MERGE_FILE = 20; $MERGE_FILE = 20;
$PARSE_STRING = 21; $PARSE_STRING = 21;
$OPTION = 100; $OPTION = 100;
......
...@@ -4,6 +4,7 @@ Solver.Name1 = "My Perl solver"; ...@@ -4,6 +4,7 @@ Solver.Name1 = "My Perl solver";
Solver.Help1 = "A simple perl example of the client/server Solver.Help1 = "A simple perl example of the client/server
solver implementation in Gmsh..."; solver implementation in Gmsh...";
Solver.Executable1 = "./solver.pl"; Solver.Executable1 = "./solver.pl";
Solver.InputName1 = "dummy";
Solver.SocketCommand1 = "-socket %s"; Solver.SocketCommand1 = "-socket %s";
Solver.NameCommand1 = "%s"; Solver.NameCommand1 = "%s";
Solver.OptionCommand1 = "-options"; Solver.OptionCommand1 = "-options";
......
...@@ -32,7 +32,6 @@ INFO = 10 ...@@ -32,7 +32,6 @@ INFO = 10
WARNING = 11 WARNING = 11
ERROR = 12 ERROR = 12
PROGRESS = 13 PROGRESS = 13
VIEW = 20 # deprecated: use MERGE_FILE instead
MERGE_FILE = 20 MERGE_FILE = 20
PARSE_STRING = 21 PARSE_STRING = 21
OPTION = 100 OPTION = 100
......
...@@ -6,6 +6,7 @@ indexed, comma-separated-value results into Gmsh. ...@@ -6,6 +6,7 @@ indexed, comma-separated-value results into Gmsh.
Carl Osterwisch <osterwischc@asme.org> Carl Osterwisch <osterwischc@asme.org>
January 2005"; January 2005";
Solver.Executable1 = "./postcsv.py"; Solver.Executable1 = "./postcsv.py";
Solver.InputName1 = "dummy";
Solver.Extension1 = ".csv"; Solver.Extension1 = ".csv";
Solver.MeshName1 = ""; Solver.MeshName1 = "";
Solver.MeshCommand1 = "--mesh=%s"; Solver.MeshCommand1 = "--mesh=%s";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment