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-lecture
Commits
7be72fd1
Commit
7be72fd1
authored
Jun 02, 2020
by
Timo Koch
Browse files
[cleanup] Remove deleted valgrind includes and macros
parent
0c9c86f0
Changes
8
Hide whitespace changes
Inline
Side-by-side
lecture/efm/1p2cvs2p/lens1p2cexercise1.cc
View file @
7be72fd1
...
...
@@ -27,7 +27,6 @@
#include
<dumux/common/properties.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
#include
<dumux/common/defaultusagemessage.hh>
...
...
lecture/efm/1p2cvs2p/lens2pexercise1.cc
View file @
7be72fd1
...
...
@@ -33,7 +33,6 @@
#include
<dumux/common/properties.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
#include
<dumux/common/defaultusagemessage.hh>
...
...
lecture/efm/2p/lens2pexercise2.cc
View file @
7be72fd1
...
...
@@ -33,7 +33,6 @@
#include
<dumux/common/properties.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
#include
<dumux/common/defaultusagemessage.hh>
...
...
lecture/mm/co2plume/co2plumeshapeexercise.cc
View file @
7be72fd1
...
...
@@ -30,7 +30,6 @@
#include
<dumux/common/properties.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
#include
<dumux/common/defaultusagemessage.hh>
...
...
lecture/mm/fuelcell/fuelcell.cc
View file @
7be72fd1
...
...
@@ -29,7 +29,6 @@
#include
<dumux/common/properties.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
#include
<dumux/common/defaultusagemessage.hh>
...
...
lecture/mm/heatpipe/krpcheatpipeparams.hh
View file @
7be72fd1
...
...
@@ -26,10 +26,7 @@
#ifndef DUMUX_KR_PC_HEATPIPE_PARAMS_HH
#define DUMUX_KR_PC_HEATPIPE_PARAMS_HH
#include
<dumux/common/valgrind.hh>
namespace
Dumux
{
namespace
Dumux
{
/*!
* \brief Specification of the material parameters
...
...
@@ -42,10 +39,7 @@ class KrPcHeatpipeParams
public:
typedef
ScalarT
Scalar
;
KrPcHeatpipeParams
()
{
Valgrind
::
SetUndefined
(
*
this
);
}
KrPcHeatpipeParams
()
=
default
;
KrPcHeatpipeParams
(
Scalar
swr
,
Scalar
snr
)
:
swr_
(
swr
),
snr_
(
snr
)
...
...
lecture/mm/henryproblem/henry1p2c/watersaltfluidsystem.hh
View file @
7be72fd1
...
...
@@ -411,10 +411,6 @@ private:
***********************************************************************/
static
Scalar
liquidDensity1_
(
Scalar
T
,
Scalar
pl
,
Scalar
Xsalt
)
{
Valgrind
::
CheckDefined
(
T
);
Valgrind
::
CheckDefined
(
pl
);
Valgrind
::
CheckDefined
(
Xsalt
);
if
(
T
<
273.15
)
{
DUNE_THROW
(
NumericalProblem
,
...
...
@@ -429,9 +425,9 @@ private:
"defined below 250MPa (is"
<<
pl
<<
")"
);
}
Scalar
salinity
=
Xsalt
;
Scalar
TempC
=
T
-
273.15
;
Scalar
pMPa
=
pl
/
1.0E6
;
const
Scalar
salinity
=
Xsalt
;
const
Scalar
TempC
=
T
-
273.15
;
const
Scalar
pMPa
=
pl
/
1.0E6
;
Scalar
rhow
=
H2O
::
liquidDensity
(
T
,
pl
);
//1000;
Scalar
rho_brine
=
...
...
lecture/mm/naplinfiltration/3p/naplinfiltration3p.cc
View file @
7be72fd1
...
...
@@ -33,7 +33,6 @@
#include
<dumux/common/properties.hh>
#include
<dumux/common/parameters.hh>
#include
<dumux/common/valgrind.hh>
#include
<dumux/common/dumuxmessage.hh>
#include
<dumux/common/defaultusagemessage.hh>
...
...
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