Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
dune-gmsh4
Commits
2d5e3aa6
Commit
2d5e3aa6
authored
Feb 04, 2022
by
Praetorius, Simon
Browse files
Remove some unused parameter warnings
parent
dfddbf6a
Pipeline
#7876
passed with stage
in 11 minutes and 23 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
dune/gmsh4/gmsh4reader.hh
View file @
2d5e3aa6
...
...
@@ -142,7 +142,7 @@ namespace Dune
return
result
;
}
void
readString
(
std
::
istream
&
stream
,
std
::
string
&
name
)
void
readString
(
std
::
istream
&
/*
stream
*/
,
std
::
string
&
name
)
{
DUNE_THROW
(
Dune
::
NotImplemented
,
"Method readString() not yet implemented"
);
name
=
""
;
...
...
dune/gmsh4/gridcreators/continuousgridcreator.hh
View file @
2d5e3aa6
...
...
@@ -54,10 +54,10 @@ namespace Dune
}
template
<
class
ElementAttributes
,
class
BoundaryEntities
>
void
insertElementsImpl
(
std
::
size_t
numElements
,
std
::
pair
<
std
::
size_t
,
std
::
size_t
>
elementTagRange
,
void
insertElementsImpl
(
std
::
size_t
/*
numElements
*/
,
std
::
pair
<
std
::
size_t
,
std
::
size_t
>
/*
elementTagRange
*/
,
std
::
vector
<
ElementAttributes
>
const
&
entityBlocks
,
BoundaryEntities
const
&
boundaryEntities
)
BoundaryEntities
const
&
/*
boundaryEntities
*/
)
{
std
::
vector
<
unsigned
int
>
connectivity
;
std
::
size_t
cornerIndex
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment