Skip to content
Snippets Groups Projects
Commit 711b27c0 authored by Timo Koch's avatar Timo Koch
Browse files

[cleanup][1pia] Remove unnecessary include

parent 164dc35d
No related branches found
No related tags found
2 merge requests!1337WIP Fix/dirichlet caching v2,!1195Cleanup/interfacial areas
......@@ -24,11 +24,8 @@
#ifndef FLUIDSOLID_INTERFACIALAREA_SHI_WANG_HH
#define FLUIDSOLID_INTERFACIALAREA_SHI_WANG_HH
#include <algorithm>
namespace Dumux {
namespace Dumux
{
/*!
* \ingroup Fluidmatrixinteractions
* \brief Description of a interfacial area between solid and fluid phase
......@@ -47,5 +44,7 @@ public:
const Scalar characteristicLength)
{ return 6.0*(1.0-porosity)/characteristicLength; }
};
}
} // end namespace Dumux
#endif
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