Ticket #15527: qtpfsgui-1.9.2-exp10f.patch

File qtpfsgui-1.9.2-exp10f.patch, 375 bytes (added by clubjuggler@…, 16 years ago)

Define the exp10f macro.

  • src/TM_operators/mantiuk06/contrast_domain.cpp

    old new  
    4141#include <string.h>
    4242#include <math.h>
    4343
    44 #ifdef WIN32
     44#if defined(WIN32) || defined(__APPLE__)
    4545#define exp10f( x ) exp( x * log (10))
    4646#endif
    4747