From 4ea03da2850afcc78d68591cc471eefffddb3736 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Tue, 2 Feb 2016 15:20:59 +0100 Subject: [PATCH] [cleanup] Remove unnecessary todos --- dumux/material/fluidsystems/1p.hh | 2 +- dumux/material/fluidsystems/2pimmiscible.hh | 2 +- dumux/material/fluidsystems/brineair.hh | 1 - dumux/material/fluidsystems/brineco2.hh | 1 - dumux/material/fluidsystems/h2on2liquidphase.hh | 1 - dumux/material/fluidsystems/purewatersimple.hh | 1 - 6 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dumux/material/fluidsystems/1p.hh b/dumux/material/fluidsystems/1p.hh index ef7cf21f86..a997df1f13 100644 --- a/dumux/material/fluidsystems/1p.hh +++ b/dumux/material/fluidsystems/1p.hh @@ -280,7 +280,7 @@ public: assert(0 <= compIdx && compIdx < numComponents); if (phaseIdx == compIdx) - // TODO (?): calculate the real fugacity coefficient of + // We could calculate the real fugacity coefficient of // the component in the fluid. Probably that's not worth // the effort, since the fugacity coefficient of the other // component is infinite anyway... diff --git a/dumux/material/fluidsystems/2pimmiscible.hh b/dumux/material/fluidsystems/2pimmiscible.hh index dc0e751e2a..565c754895 100644 --- a/dumux/material/fluidsystems/2pimmiscible.hh +++ b/dumux/material/fluidsystems/2pimmiscible.hh @@ -319,7 +319,7 @@ public: assert(0 <= compIdx && compIdx < numComponents); if (phaseIdx == compIdx) - // TODO (?): calculate the real fugacity coefficient of + // We could calculate the real fugacity coefficient of // the component in the fluid. Probably that's not worth // the effort, since the fugacity coefficient of the other // component is infinite anyway... diff --git a/dumux/material/fluidsystems/brineair.hh b/dumux/material/fluidsystems/brineair.hh index 922eba52d3..137bce6391 100644 --- a/dumux/material/fluidsystems/brineair.hh +++ b/dumux/material/fluidsystems/brineair.hh @@ -475,7 +475,6 @@ public: int phaseIdx, int compIdx) { - // TODO! DUNE_THROW(Dune::NotImplemented, "Diffusion coefficients"); } diff --git a/dumux/material/fluidsystems/brineco2.hh b/dumux/material/fluidsystems/brineco2.hh index 0974949610..2a57d410ff 100644 --- a/dumux/material/fluidsystems/brineco2.hh +++ b/dumux/material/fluidsystems/brineco2.hh @@ -457,7 +457,6 @@ public: int phaseIdx, int compIdx) { - // TODO! DUNE_THROW(Dune::NotImplemented, "Diffusion coefficients"); } diff --git a/dumux/material/fluidsystems/h2on2liquidphase.hh b/dumux/material/fluidsystems/h2on2liquidphase.hh index 7258be6e11..f8644df662 100644 --- a/dumux/material/fluidsystems/h2on2liquidphase.hh +++ b/dumux/material/fluidsystems/h2on2liquidphase.hh @@ -474,7 +474,6 @@ public: int phaseIdx, int compIdx) { - // TODO! DUNE_THROW(Dune::NotImplemented, "Diffusion coefficients"); } diff --git a/dumux/material/fluidsystems/purewatersimple.hh b/dumux/material/fluidsystems/purewatersimple.hh index 645289e033..4d128335a0 100644 --- a/dumux/material/fluidsystems/purewatersimple.hh +++ b/dumux/material/fluidsystems/purewatersimple.hh @@ -455,7 +455,6 @@ public: int phaseIdx, int compIdx) { - // TODO! DUNE_THROW(Dune::NotImplemented, "Diffusion coefficients"); } -- GitLab