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
dfddbf6a
Commit
dfddbf6a
authored
Feb 04, 2022
by
Praetorius, Simon
Browse files
Remove some unused parameter warnings
parent
75f03303
Changes
1
Hide whitespace changes
Inline
Side-by-side
dune/gmsh4/gmsh4reader.impl.hh
View file @
dfddbf6a
...
@@ -1179,43 +1179,43 @@ void Gmsh4Reader<G,C,S>::readElementsBinary (std::ifstream& input)
...
@@ -1179,43 +1179,43 @@ void Gmsh4Reader<G,C,S>::readElementsBinary (std::ifstream& input)
template
<
class
G
,
class
C
,
class
S
>
template
<
class
G
,
class
C
,
class
S
>
void
Gmsh4Reader
<
G
,
C
,
S
>::
readPeriodic
(
std
::
ifstream
&
input
)
void
Gmsh4Reader
<
G
,
C
,
S
>::
readPeriodic
(
std
::
ifstream
&
/*
input
*/
)
{
{
DUNE_THROW
(
Dune
::
NotImplemented
,
"readPeriodic() is not yet implemented."
);
DUNE_THROW
(
Dune
::
NotImplemented
,
"readPeriodic() is not yet implemented."
);
}
}
template
<
class
G
,
class
C
,
class
S
>
template
<
class
G
,
class
C
,
class
S
>
void
Gmsh4Reader
<
G
,
C
,
S
>::
readGhostElements
(
std
::
ifstream
&
input
)
void
Gmsh4Reader
<
G
,
C
,
S
>::
readGhostElements
(
std
::
ifstream
&
/*
input
*/
)
{
{
DUNE_THROW
(
Dune
::
NotImplemented
,
"readPeriodic() is not yet implemented."
);
DUNE_THROW
(
Dune
::
NotImplemented
,
"readPeriodic() is not yet implemented."
);
}
}
template
<
class
G
,
class
C
,
class
S
>
template
<
class
G
,
class
C
,
class
S
>
void
Gmsh4Reader
<
G
,
C
,
S
>::
readParametrization
(
std
::
ifstream
&
input
)
void
Gmsh4Reader
<
G
,
C
,
S
>::
readParametrization
(
std
::
ifstream
&
/*
input
*/
)
{
{
DUNE_THROW
(
Dune
::
NotImplemented
,
"readParametrization() is not yet implemented."
);
DUNE_THROW
(
Dune
::
NotImplemented
,
"readParametrization() is not yet implemented."
);
}
}
template
<
class
G
,
class
C
,
class
S
>
template
<
class
G
,
class
C
,
class
S
>
void
Gmsh4Reader
<
G
,
C
,
S
>::
readNodeData
(
std
::
ifstream
&
input
)
void
Gmsh4Reader
<
G
,
C
,
S
>::
readNodeData
(
std
::
ifstream
&
/*
input
*/
)
{
{
DUNE_THROW
(
Dune
::
NotImplemented
,
"readNodeData() is not yet implemented."
);
DUNE_THROW
(
Dune
::
NotImplemented
,
"readNodeData() is not yet implemented."
);
}
}
template
<
class
G
,
class
C
,
class
S
>
template
<
class
G
,
class
C
,
class
S
>
void
Gmsh4Reader
<
G
,
C
,
S
>::
readElementData
(
std
::
ifstream
&
input
)
void
Gmsh4Reader
<
G
,
C
,
S
>::
readElementData
(
std
::
ifstream
&
/*
input
*/
)
{
{
DUNE_THROW
(
Dune
::
NotImplemented
,
"readElementData() is not yet implemented."
);
DUNE_THROW
(
Dune
::
NotImplemented
,
"readElementData() is not yet implemented."
);
}
}
template
<
class
G
,
class
C
,
class
S
>
template
<
class
G
,
class
C
,
class
S
>
void
Gmsh4Reader
<
G
,
C
,
S
>::
readElementNodeData
(
std
::
ifstream
&
input
)
void
Gmsh4Reader
<
G
,
C
,
S
>::
readElementNodeData
(
std
::
ifstream
&
/*
input
*/
)
{
{
DUNE_THROW
(
Dune
::
NotImplemented
,
"readElementNodeData() is not yet implemented."
);
DUNE_THROW
(
Dune
::
NotImplemented
,
"readElementNodeData() is not yet implemented."
);
}
}
template
<
class
G
,
class
C
,
class
S
>
template
<
class
G
,
class
C
,
class
S
>
void
Gmsh4Reader
<
G
,
C
,
S
>::
readInterpolationScheme
(
std
::
ifstream
&
input
)
void
Gmsh4Reader
<
G
,
C
,
S
>::
readInterpolationScheme
(
std
::
ifstream
&
/*
input
*/
)
{
{
DUNE_THROW
(
Dune
::
NotImplemented
,
"readInterpolationScheme() is not yet implemented."
);
DUNE_THROW
(
Dune
::
NotImplemented
,
"readInterpolationScheme() is not yet implemented."
);
}
}
...
...
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