X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWeatherCM%2FFGTurbulenceItem.cpp;h=0b66fd32ef758001291e118a58671b58f729f85e;hb=7d3448294bc7486af3f4c1f0ff5c8493b03ffc90;hp=8595b4ad16b6d87ed932667731979fc16c02e5fb;hpb=eddea671a276ea5337867d09699730876fce7085;p=flightgear.git diff --git a/src/WeatherCM/FGTurbulenceItem.cpp b/src/WeatherCM/FGTurbulenceItem.cpp index 8595b4ad1..0b66fd32e 100644 --- a/src/WeatherCM/FGTurbulenceItem.cpp +++ b/src/WeatherCM/FGTurbulenceItem.cpp @@ -5,7 +5,7 @@ Date started: 28.05.99 Called by: FGMicroWeather - ---------- Copyright (C) 1999 Christian Mayer (vader@t-online.de) ---------- + -------- Copyright (C) 1999 Christian Mayer (fgfs@christianmayer.de) -------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software @@ -35,6 +35,8 @@ HISTORY 20.06.1999 Christian Mayer added lots of consts 11.10.1999 Christian Mayer changed set<> to map<> on Bernie Bright's suggestion +19.10.1999 Christian Mayer change to use PLIB's sg instead of Point[2/3]D + and lots of wee code cleaning *****************************************************************************/ /****************************************************************************/ @@ -45,8 +47,4 @@ HISTORY /****************************************************************************/ /********************************** CODE ************************************/ /****************************************************************************/ -bool operator<(const FGTurbulenceItem& arg1, const FGTurbulenceItem& arg2) -{ - return arg1.alt < arg2.alt; -}