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
4b315df7
Commit
4b315df7
authored
Mar 19, 2021
by
Dennis Gläser
Browse files
[flux][emptycache] add interface for box-like caches
parent
e9081911
Changes
1
Show whitespace changes
Inline
Side-by-side
dumux/flux/fluxvariablescaching.hh
View file @
4b315df7
...
@@ -47,6 +47,9 @@ struct EmptyCache
...
@@ -47,6 +47,9 @@ struct EmptyCache
{
{
//! export type used for scalar values
//! export type used for scalar values
using
Scalar
=
S
;
using
Scalar
=
S
;
template
<
typename
...
Args
>
void
update
(
Args
&&
...
args
)
{}
};
};
#ifndef DOXYGEN // hide the empty caches from doxygen
#ifndef DOXYGEN // hide the empty caches from doxygen
...
...
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