Changeset 3635 in Sophya for trunk/AddOn/TAcq/racquproc.cc


Ignore:
Timestamp:
May 26, 2009, 5:05:44 PM (16 years ago)
Author:
ansari
Message:

Amelioration/ correction diverses, introduction du programme de lecture / traitement multi-thread mcrd.cc - Reza 26/05/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/racquproc.cc

    r3634 r3635  
    4242}
    4343
    44 inline r_4 Zmod2(complex<r_4> z)
     44static inline r_4 Zmod2(complex<r_4> z)
    4545{ return (z.real()*z.real()+z.imag()*z.imag()); }
    4646
Note: See TracChangeset for help on using the changeset viewer.