- Timestamp:
- 07/15/14 20:06:47 (10 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STSideBandSep.cpp
r2866 r2976 124 124 }; 125 125 126 void STSideBandSep::setFrequency(const unsignedint ifno,126 void STSideBandSep::setFrequency(const int ifno, 127 127 const string freqtol, 128 128 const string frame) … … 133 133 134 134 // IFNO 135 sigIfno_ = (int)ifno;135 sigIfno_ = ifno; 136 136 137 137 // Frequency tolerance -
trunk/src/STSideBandSep.h
r2865 r2976 52 52 * Set IFNO and frequency tolerance to select data to process 53 53 **/ 54 void setFrequency(const unsignedint ifno, const string freqtol,54 void setFrequency(const int ifno, const string freqtol, 55 55 const string frame=""); 56 56
Note:
See TracChangeset
for help on using the changeset viewer.