- Timestamp:
- 04/08/11 15:01:38 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STMath.cpp
r2120 r2121 1426 1426 types.clear() ; 1427 1427 1428 #pragma omp parallel sections1429 {1430 #pragma omp section1431 {1432 1428 calsig = dototalpower(sigwcal, sig, tcal=tcal); 1433 }1434 #pragma omp section1435 {1436 1429 calref = dototalpower(refwcal, ref, tcal=tcal); 1437 }1438 }1439 1430 1440 1431 out1=dosigref(calsig,calref,smoothref,tsysv,tau);
Note:
See TracChangeset
for help on using the changeset viewer.