Changeset 2121


Ignore:
Timestamp:
04/08/11 15:01:38 (13 years ago)
Author:
ShinnosukeKawakami
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.cpp

    r2120 r2121  
    14261426  types.clear() ;
    14271427
    1428 #pragma omp parallel sections
    1429 {
    1430   #pragma omp section
    1431   {
    14321428  calsig = dototalpower(sigwcal, sig, tcal=tcal);
    1433   }
    1434   #pragma omp section
    1435   {
    14361429  calref = dototalpower(refwcal, ref, tcal=tcal);
    1437   }
    1438 }
    14391430
    14401431  out1=dosigref(calsig,calref,smoothref,tsysv,tau);
Note: See TracChangeset for help on using the changeset viewer.