Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
c220fd1f
Commit
c220fd1f
authored
Feb 08, 2017
by
LEFEBVREJP email
Browse files
commenting out greatCircleArea function since it is not complete.
parent
af6b5fe6
Pipeline
#7474
failed with stages
in 19 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixmath/util.cc
View file @
c220fd1f
...
...
@@ -173,10 +173,10 @@ Real hpaToAltitude(Real hpa)
return
0.3048
*
(
1
-
std
::
pow
(
hpa
/
1013.25
,
0.190284
))
*
145366.45
;
}
Real
greatCircleArea
(
Real
lat1
,
Real
lon1
,
Real
lat2
,
Real
lon2
,
Real
r1
)
/**
Real greatCircleArea(Real lat1, Real lon1, Real lat2, Real lon2, Real r1)
{
}
}
*/
double
interpolate
(
const
std
::
vector
<
double
>
&
xvals
,
const
std
::
vector
<
double
>
&
yvals
,
double
x
,
bool
linear
)
{
...
...
radixmath/util.hh
View file @
c220fd1f
...
...
@@ -76,7 +76,7 @@ Real greatCircleVolume(Real lat1, Real lon1, Real lat2, Real lon2, Real r1, Real
* @param r1
* @return Area in square meters
*/
Real
greatCircleArea
(
Real
lat1
,
Real
lon1
,
Real
lat2
,
Real
lon2
,
Real
r1
);
//
Real greatCircleArea(Real lat1, Real lon1, Real lat2, Real lon2, Real r1);
/**
* @brief cylinderVolume Calculates the volume of a cylinder
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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