Skip to content
Snippets Groups Projects
Commit b2b1ce5b authored by Andreas Lauser's avatar Andreas Lauser
Browse files

Added BaseFluidSystem to forward calls with parameter cache argument to...

Added BaseFluidSystem to forward calls with parameter cache argument to simpler fluid system without parameter cache. Adjust TwoPImmiscibleFluidSystem accordingly.

Unfortunately, this does not work as nice as expected. One has to
explicitly tell each method in the (derived) simple fluid system to use
the method from the base class via 'using Base::method;'. Plus the
additional layer of the base class. It is
questionable whether this is better than introducing parameter cache
arguments in each corresponding function of the simple fluid systems.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7046 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 6247aac6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment