Skip to content
Snippets Groups Projects
Commit 529441cb authored by Florian Blachère's avatar Florian Blachère
Browse files

remove double "and" in the doc

parent b2da1d7c
Branches
Tags
No related merge requests found
...@@ -1103,7 +1103,7 @@ public: ...@@ -1103,7 +1103,7 @@ public:
{ {
return "Evaluate a mathematical expression. The expression can contain " return "Evaluate a mathematical expression. The expression can contain "
"x, y, z for spatial coordinates, F0, F1, ... for field values, and " "x, y, z for spatial coordinates, F0, F1, ... for field values, and "
"and mathematical functions."; "mathematical functions.";
} }
}; };
...@@ -1192,7 +1192,7 @@ public: ...@@ -1192,7 +1192,7 @@ public:
{ {
return "Evaluate a metric expression. The expressions can contain " return "Evaluate a metric expression. The expressions can contain "
"x, y, z for spatial coordinates, F0, F1, ... for field values, and " "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