- Timestamp:
- Sep 23, 2011, 3:55:10 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3459 r3460 427 427 for (int iPar = 1; iPar <= _params.size(); iPar++) { 428 428 cmbParam* pp = _params[iPar-1]; 429 QString prn = pp->prn;430 if (!prn.isEmpty() && _eph.find(prn) != _eph.end()) {431 switchToLastEph(_eph[prn]->last, pp);432 }429 //// QString prn = pp->prn; 430 //// if (!prn.isEmpty() && _eph.find(prn) != _eph.end()) { 431 //// switchToLastEph(_eph[prn]->last, pp); 432 //// } 433 433 if (pp->epoSpec) { 434 434 pp->xx = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.