Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
59e15d8e
Commit
59e15d8e
authored
Mar 16, 2020
by
Timo Koch
Browse files
[fix] Shadow template parameter error
parent
87bf7955
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/io/loadsolution.hh
View file @
59e15d8e
...
...
@@ -69,11 +69,11 @@ public:
#if DUNE_VERSION_GT(DUNE_GRID,2,7)
//! returns true if size per entity of given dim and codim is a constant
bool
fixedSize
(
int
dim
,
int
c
odim
)
const
bool
fixedSize
(
int
dim
,
int
c
d
)
const
{
return
true
;
}
#else
//! returns true if size per entity of given dim and codim is a constant
bool
fixedsize
(
int
dim
,
int
c
odim
)
const
bool
fixedsize
(
int
dim
,
int
c
d
)
const
{
return
true
;
}
#endif
...
...
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