Changeset 2903


Ignore:
Timestamp:
03/13/14 13:25:06 (10 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-5875

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: test_sdcoadd

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Change default freqtol value from 1Hz to 0Hz (merge only if exact match).


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.cpp

    r2900 r2903  
    25442544               const std::string &freqTol )
    25452545{
    2546   Double freqTolInHz = 1.0; // default is 1.0Hz according to concat task
     2546  Double freqTolInHz = 0.0; // default is 0.0Hz (merge only when exact match)
    25472547  if (freqTol.size() > 0) {
    25482548    Quantum<Double> freqTolInQuantity;
Note: See TracChangeset for help on using the changeset viewer.