ridge_lift.cxx ridge_lift.hxx \
ephemeris.cxx ephemeris.hxx \
terrainsampler.cxx terrainsampler.cxx \
- presets.cxx presets.cxx
+ presets.cxx presets.hxx
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
#include <boost/tuple/tuple.hpp>
-#include <simgear/constants.h>
-#include <simgear/debug/logstream.hxx>
-#include <simgear/math/interpolater.hxx>
#include <simgear/props/props.hxx>
-#include <simgear/environment/visual_enviro.hxx>
#include <Main/fg_props.hxx>
-#include <signal.h>
#include "environment.hxx"
#include "atmosphere.hxx"
double
FGEnvironment::get_turbulence_magnitude_norm () const
{
- if( sgEnviro.get_turbulence_enable_state() )
- if (fgGetBool("/environment/realwx/enabled")||fgGetBool("/environment/metar/valid"))
- return sgEnviro.get_cloud_turbulence();
return turbulence_magnitude_norm;
}