Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-grid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-grid
Commits
9d153776
There was a problem fetching the pipeline summary.
Commit
9d153776
authored
8 years ago
by
Felix Gruber
Browse files
Options
Downloads
Patches
Plain Diff
[cleanup] fix some typos
parent
f6fd64ef
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!125
[cleanup] fix some typos
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake/modules/UseUG.cmake
+2
-2
2 additions, 2 deletions
cmake/modules/UseUG.cmake
dune/grid/io/file/dgfparser/blocks/polyhedron.hh
+1
-1
1 addition, 1 deletion
dune/grid/io/file/dgfparser/blocks/polyhedron.hh
with
3 additions
and
3 deletions
cmake/modules/UseUG.cmake
+
2
−
2
View file @
9d153776
...
...
@@ -58,7 +58,7 @@
# old doc: indicates that the targets are object libraries.
#
#
s
upport for ex
g
ernal UG is deprecated in Dune 2.5. We will keep it in Dune 2.6-git as long as feas
a
ble
#
S
upport for ex
t
ernal UG is deprecated in Dune 2.5. We will keep it in Dune 2.6-git as long as feas
i
ble
.
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
)
#
s
upport for ex
g
ernal UG is deprecated in Dune 2.5. We will keep it in Dune 2.6-git as long as feas
a
ble
#
S
upport for ex
t
ernal UG is deprecated in Dune 2.5. We will keep it in Dune 2.6-git as long as feas
i
ble
.
message
(
WARNING
"The support of UG as an external library is deprecated in Dune 2.5. Use dune-uggrid instead."
)
endif
()
...
...
This diff is collapsed.
Click to expand it.
dune/grid/io/file/dgfparser/blocks/polyhedron.hh
+
1
−
1
View file @
9d153776
...
...
@@ -43,7 +43,7 @@ namespace Dune
polyhedra
.
push_back
(
polyhedron
);
}
// sub
s
tract minimal number to have 0 starting numbering
// subtract minimal number to have 0 starting numbering
if
(
minPolyId
>
0
)
{
const
size_t
polySize
=
polyhedra
.
size
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment