From 3d1e802b84fe6aec5f2f153692e4561adda849a5 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 20 Nov 2001 22:03:58 +0000 Subject: [PATCH] Format tweaks. --- src/Main/options.cxx | 4 ++-- src/Scenery/tilemgr.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 1796c8cc0..3ede60f65 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -881,9 +881,9 @@ parse_option (const string& arg) dir -= 360; dir *= SGD_DEGREES_TO_RADIANS; fgSetDouble("/environment/wind-north-fps", - speed * cos(dir)); + speed * cos(dir)); fgSetDouble("/environment/wind-east-fps", - speed * sin(dir)); + speed * sin(dir)); } else if ( arg.find( "--wp=" ) == 0 ) { parse_wp( arg.substr( 5 ) ); } else if ( arg.find( "--flight-plan=") == 0) { diff --git a/src/Scenery/tilemgr.cxx b/src/Scenery/tilemgr.cxx index 734513512..5d7f125a4 100644 --- a/src/Scenery/tilemgr.cxx +++ b/src/Scenery/tilemgr.cxx @@ -264,8 +264,8 @@ void FGTileMgr::initialize_queue() // chunks. If the chunk isn't already in the cache, then read it from // disk. int FGTileMgr::update( double lon, double lat ) { - SG_LOG( SG_TERRAIN, SG_DEBUG, "FGTileMgr::update() for " - << lon << " " << lat ); + // SG_LOG( SG_TERRAIN, SG_DEBUG, "FGTileMgr::update() for " + // << lon << " " << lat ); longitude = lon; latitude = lat;