mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix linux warning
This commit is contained in:
parent
dafe2319d9
commit
ce41eef365
@ -319,16 +319,14 @@ void example_S_Curve(double p1x,
|
||||
}
|
||||
|
||||
#define M_PI 3.14159265358979323846 // pi
|
||||
#define M_PI_2 1.57079632679489661923 // pi/2
|
||||
#define M_PI_4 0.785398163397448309616 // pi/4
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
TEST(SolveSpaceSolverTest, SCurve)
|
||||
{
|
||||
example_S_Curve(100, 100, 0, 0, M_PI_4, 12,
|
||||
100, 150, -1000, M_PI, M_PI_4, 12);
|
||||
example_S_Curve(100, 100, 0, 0, M_PI/4, 12,
|
||||
100, 150, -1000, M_PI, M_PI/4, 12);
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user