Ignore:
Timestamp:
10/12/06 19:03:11 (18 years ago)
Author:
r2d
Message:
  • removed FASTMATH stuff
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/src/mppenc.c

    r71 r74  
    2323#include <time.h>
    2424#include <errno.h>
     25
    2526#include "mppenc.h"
     27#include "mpcmath.h"
    2628
    2729/* G L O B A L  V A R I A B L E S */
     
    365367 * (track-spanning cutting).
    366368 */
    367 
    368 #include "fastmath.h"
    369 
    370369
    371370float  bump_exp   = 1.f;
     
    15941593        m.SCF_Index_R = (int*) SCF_Index_R;
    15951594
    1596 #ifdef FAST_MATH
    1597     Init_FastMath ();                           // check if something has to be done for each file !!
    1598 #endif
    15991595    Init_SV7 ();
    16001596        Init_Skalenfaktoren ();
Note: See TracChangeset for help on using the changeset viewer.