Changeset 3106 for trunk/src/STApplyCal.cpp
- Timestamp:
- 10/04/16 18:20:50 (9 years ago)
- File:
-
- 1 edited
-
trunk/src/STApplyCal.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STApplyCal.cpp
r3077 r3106 42 42 43 43 44 using namespace casa ;44 using namespace casacore; 45 45 using namespace std; 46 46 … … 683 683 uInt STApplyCal::getIFForTsys(uInt to) 684 684 { 685 for (map<casa ::uInt, Vector<uInt> >::iterator i = spwmap_.begin();685 for (map<casacore::uInt, Vector<uInt> >::iterator i = spwmap_.begin(); 686 686 i != spwmap_.end(); i++) { 687 687 Vector<uInt> tolist = i->second;
Note:
See TracChangeset
for help on using the changeset viewer.
