- Timestamp:
- 03/13/14 13:25:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STMath.cpp
r2900 r2903 2544 2544 const std::string &freqTol ) 2545 2545 { 2546 Double freqTolInHz = 1.0; // default is 1.0Hz according to concat task2546 Double freqTolInHz = 0.0; // default is 0.0Hz (merge only when exact match) 2547 2547 if (freqTol.size() > 0) { 2548 2548 Quantum<Double> freqTolInQuantity;
Note:
See TracChangeset
for help on using the changeset viewer.