Hi,
> //use additional convergence speed-up
> #ifdef USE_QDM_ASCEND_INTERVAL
> if(frac(level*0.5) > EPSILON)
> level++;
> #elseif USE_QDM_ASCEND_CONST
> level++;
> #endif
Try :
#ifdef USE_QDM_ASCEND_INTERVAL
if(frac(level*0.5) > EPSILON)
level++;
#elif defined(USE_QDM_ASCEND_CONST)
level++;
#endif
Regards,
-Fred
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Flightgear-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/flightgear-devel