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