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

also test interstital fluid -- TRAIL fluid system

dammed copy & paste!

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7098 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent a99dd917
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ int main() ...@@ -72,7 +72,7 @@ int main()
checkFluidSystem<Scalar, FluidSystem>(); } checkFluidSystem<Scalar, FluidSystem>(); }
// interstitial fluid -- TRAIL // interstitial fluid -- TRAIL
{ typedef Dumux::FluidSystems::WaterContaminant<Scalar> FluidSystem; { typedef Dumux::FluidSystems::InterstitialFluidTrail<Scalar> FluidSystem;
checkFluidSystem<Scalar, FluidSystem>(); } checkFluidSystem<Scalar, FluidSystem>(); }
return 0; return 0;
......
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