Skip to content
Snippets Groups Projects
Commit 81f7ea57 authored by Ansgar Burchardt's avatar Ansgar Burchardt Committed by Christoph Grüninger
Browse files

Correct spelling errors [ci skip]

  connot    -> cannot
  verticies -> vertices
parent 573898b1
No related branches found
No related tags found
1 merge request!133Correct spelling errors [ci skip]
Pipeline #
DGF
Vertex % the verticies of the grid
Vertex % the vertices of the grid
-1 -1 % vertex 0
-0.2 -1 % vertex 1
1 -1 % vertex 2
......@@ -9,7 +9,7 @@ Vertex % the verticies of the grid
0.2 -0.2 % vertex 6
#
CUBE % a cube grid
0 1 5 6 % cube 0, verticies 0,1,5,6
0 1 5 6 % cube 0, vertices 0,1,5,6
1 2 6 3 % cube 1
6 3 5 4 % cube 2
#
......
......@@ -7,7 +7,7 @@ display 0
%path $HOME/bin % path to Triangle
#
Vertex % the verticies of the grid
Vertex % the vertices of the grid
-1 -1 % vertex 0
-0.2 -1 % vertex 1
1 -1 % vertex 2
......
DGF
Vertex % the verticies of the grid
Vertex % the vertices of the grid
-1 -1 % vertex 0
-0.2 -1 % vertex 1
1 -1 % vertex 2
......@@ -9,7 +9,7 @@ Vertex % the verticies of the grid
0.2 -0.2 % vertex 6
#
SIMPLEX % a simplex grid
0 1 5 % triangle 0, verticies 0,1,5
0 1 5 % triangle 0, vertices 0,1,5
1 3 6 % triangle 1
1 2 3 % triangle 2
6 3 4 % triangle 3
......
......@@ -52,7 +52,7 @@ namespace Dune
{
out << "Step 1 finished: " << std::endl;
out << " " << dimw << "d" << std::endl;
out << " " << nofvtx << " verticies" << std::endl;
out << " " << nofvtx << " vertices" << std::endl;
out << " " << nofel << " elements" << std::endl;
}
......@@ -651,7 +651,7 @@ namespace Dune
<< dimw << " dimensions!");
} else if (dimw==-1) {
DUNE_THROW(DGFException,
"SimplexGen: connot determine dimension of grid," <<
"SimplexGen: cannot determine dimension of grid," <<
" include parameter DIMENSION in the "
<< "Simplexgeneration-Block");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment