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

Merge branch 'doc_and_and' into 'master'

remove double "and" in the doc

See merge request gmsh/gmsh!411
parents f4a047db 529441cb
No related branches found
No related tags found
No related merge requests found
......@@ -1103,7 +1103,7 @@ public:
{
return "Evaluate a mathematical expression. The expression can contain "
"x, y, z for spatial coordinates, F0, F1, ... for field values, and "
"and mathematical functions.";
"mathematical functions.";
}
};
......@@ -1192,7 +1192,7 @@ public:
{
return "Evaluate a metric expression. The expressions can contain "
"x, y, z for spatial coordinates, F0, F1, ... for field values, and "
"and mathematical functions.";
"mathematical functions.";
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment