Changeset 2939 for trunk


Ignore:
Timestamp:
05/07/14 17:33:10 (10 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-6522

Ready for Test: Yes

Interface Changes: Yes/No?

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Fixed long-standing bug that weight by integration time is not
properly handled in data averaging.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/RowAccumulator.cpp

    r2580 r2939  
    251251  }
    252252  if (weightType_ == W_TINT || weightType_ == W_TINTSYS) {
    253     w /= Float(inter);
     253    w *= Float(inter);
    254254  }
    255255  return w;
Note: See TracChangeset for help on using the changeset viewer.