Changeset 2970


Ignore:
Timestamp:
07/04/14 19:34:28 (10 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (CAS-6109)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: runUnitTest.main(test_sdlist)

Put in Release Notes: No

Module(s): RowAccumulator, averaging codes

Description: Fixed a trivial bug of precision in getTime.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/RowAccumulator.cpp

    r2939 r2970  
    263263Double RowAccumulator::getTime() const
    264264{
    265   return timeSum_/Float(max(n_));
     265  return timeSum_/Double(max(n_));
    266266}
    267267
Note: See TracChangeset for help on using the changeset viewer.