]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_map_geometry.cpp
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / UIUCModel / uiuc_map_geometry.cpp
index eb78ead586c86f07d850558036ba2418290679fc..52ec9bdbe61e3b2e223b26e19bf4901e9e620bb1 100644 (file)
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
+
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA or view http://www.gnu.org/copyleft/gpl.html.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
 **********************************************************************/
 
 #include "uiuc_map_geometry.h"
@@ -73,7 +72,7 @@ void uiuc_map_geometry()
   geometry_map["Sw"]              =      Sw_flag                    ;
   geometry_map["ih"]              =      ih_flag                    ;
   geometry_map["bh"]              =      bh_flag                    ;
-  geometry_map["ch"]              =      ch_flag                    ;
+  geometry_map["chord_h"]         =      ch_flag                    ;
   geometry_map["Sh"]              =      Sh_flag                    ;
 }