diff options
Diffstat (limited to 'astro/gpstk/files/patch-apps-ionosphere-VTECMap.hpp')
-rw-r--r-- | astro/gpstk/files/patch-apps-ionosphere-VTECMap.hpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/astro/gpstk/files/patch-apps-ionosphere-VTECMap.hpp b/astro/gpstk/files/patch-apps-ionosphere-VTECMap.hpp deleted file mode 100644 index 625622c89655..000000000000 --- a/astro/gpstk/files/patch-apps-ionosphere-VTECMap.hpp +++ /dev/null @@ -1,18 +0,0 @@ ---- apps/ionosphere/VTECMap.hpp.orig Thu Jan 11 21:38:35 2007 -+++ apps/ionosphere/VTECMap.hpp Thu Jan 11 21:38:51 2007 -@@ -193,13 +193,13 @@ - /// Compute the obliquity at a given elevation - /// @param el elevation in degrees - /// @return obliquity factor -- double VTECMap::Obliquity(double el); -+ double Obliquity(double el); - - protected: - /// Allocate the grid array and fill it. - /// @param refStation reference station - /// @param factor : 1 for VTEC maps, 2 for MUF maps -- void VTECMap::reallyMakeGrid(Station& refStation, int factor) -+ void reallyMakeGrid(Station& refStation, int factor) - throw(Exception); - - /// Compute one grid value, using all the data. Called by ComputeMap. |