Ignore:
Timestamp:
12/22/05 11:55:22 (18 years ago)
Author:
phi196
Message:

Added swap_pol & invert_phase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release12/src/SDMath.cc

    r797 r798  
    14251425
    14261426      // Invert
    1427       C4 = -C4
     1427      C4 *= -1.0f;
    14281428
    14291429      // Put
     
    14831483// Swap
    14841484
    1485       Array<Float> tmp = C1;
     1485      Array<Float> tmp;
     1486      tmp = C1;
    14861487      C1 = C2;
    14871488      C2 = C1;
Note: See TracChangeset for help on using the changeset viewer.