- Timestamp:
- 09/20/05 11:52:36 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release-2-fixes/src/SDPol.cc
r540 r673 351 351 // 352 352 // We use the convention 353 // I = (RR+LL) /2353 // I = (RR+LL) // definition changed 354 354 // 355 355 { 356 356 if (doRR) { 357 return I + V;357 return (I + V)/2.0; 358 358 } else { 359 return I - V;359 return (I - V)/2.0; 360 360 } 361 361 }
Note:
See TracChangeset
for help on using the changeset viewer.