Skip to content
Snippets Groups Projects
Commit 0c0dd231 authored by Pep Martí Saumell's avatar Pep Martí Saumell
Browse files

cosmetics

parent 03027dd9
No related branches found
No related tags found
2 merge requests!4Resolve "Enable Standard Point Positioning (SPP) computation",!2Resolve "Enable Standard Point Positioning (SPP) computation"
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -38,8 +38,6 @@ nav_t & Navigation::getNavigation()
/****************** Array memory management ******************/
void Navigation::allocateEphemeris(int n_sat)
{
......@@ -59,13 +57,11 @@ void Navigation::allocateEphemeris(int n_sat)
}
*/
}
void Navigation::deleteEphemeris()
{
free(_nav.eph);
}
void Navigation::allocateGLONASSEphemeris(int n_sat)
{
geph_t geph0={0,-1};
......@@ -86,7 +82,6 @@ void Navigation::allocateGLONASSEphemeris(int n_sat)
*/
}
void Navigation::deleteGLONASSEphemeris()
{
free(_nav->geph);
......@@ -121,7 +116,6 @@ void Navigation::allocateSBASEphemeris(int n_sat)
}
*/
}
void Navigation::deleteSBASEphemeris()
{
free(_nav->seph);
......@@ -155,7 +149,6 @@ void Navigation::allocateAlmanac(int n_sat)
}
*/
}
void Navigation::deleteAlmanac()
{
free(_nav->alm);
......
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