Skip to content
Snippets Groups Projects
Commit 2772e01e authored by Oliver Sander's avatar Oliver Sander
Browse files

Merge branch 'cleanup/typos' into 'master'

[cleanup] fix some typos

See merge request !125
parents f6fd64ef 9d153776
No related branches found
No related tags found
1 merge request!125[cleanup] fix some typos
Pipeline #
......@@ -58,7 +58,7 @@
# old doc: indicates that the targets are object libraries.
#
# support for exgernal UG is deprecated in Dune 2.5. We will keep it in Dune 2.6-git as long as feasable
# Support for external UG is deprecated in Dune 2.5. We will keep it in Dune 2.6-git as long as feasible.
set_package_info("UG" "External UG grid, superseded by dune-uggrid" "http://www.iwr.uni-heidelberg.de/frame/iwrwikiequipment/software/ug")
if(NOT dune-uggrid_FOUND)
......@@ -151,7 +151,7 @@ if(UG_FOUND)
DUNETYPE "Dune::UGGrid< dimgrid >"
HEADERS dune/grid/uggrid.hh dune/grid/io/file/dgfparser/dgfug.hh)
# support for exgernal UG is deprecated in Dune 2.5. We will keep it in Dune 2.6-git as long as feasable
# Support for external UG is deprecated in Dune 2.5. We will keep it in Dune 2.6-git as long as feasible.
message(WARNING "The support of UG as an external library is deprecated in Dune 2.5. Use dune-uggrid instead.")
endif()
......
......@@ -43,7 +43,7 @@ namespace Dune
polyhedra.push_back( polyhedron );
}
// substract minimal number to have 0 starting numbering
// subtract minimal number to have 0 starting numbering
if( minPolyId > 0 )
{
const size_t polySize = polyhedra.size();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment