Skip to content
Snippets Groups Projects
Commit d89bc394 authored by Sina Ackermann's avatar Sina Ackermann Committed by Timo Koch
Browse files

[test][geomechanics] allow adl for math functions

(cherry picked from commit 0410f946)
parent fcb07be0
No related branches found
No related tags found
Loading
...@@ -121,6 +121,7 @@ public: ...@@ -121,6 +121,7 @@ public:
// given Van Genuchten m // given Van Genuchten m
m_ = 0.457; m_ = 0.457;
// Brooks Corey lambda // Brooks Corey lambda
using std::pow;
BrooksCoreyLambda_ = m_ / (1 - m_) * (1 - pow(0.5,1/m_)); BrooksCoreyLambda_ = m_ / (1 - m_) * (1 - pow(0.5,1/m_));
// residual saturations // residual saturations
......
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