Changeset 5570 in ntrip
- Timestamp:
- Nov 23, 2013, 7:07:12 PM (11 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmodel.h
r5569 r5570 99 99 SymmetricMatrix& QQ, ColumnVector& dx); 100 100 101 void reset();102 103 101 private: 104 t_irc cmpBancroft(t_epoData* epoData); 102 void reset(); 103 t_irc cmpBancroft(t_epoData* epoData); 105 104 void cmpEle(t_satData* satData); 106 105 void addAmb(t_satData* satData); -
trunk/BNC/src/bncpppclient.cpp
r5569 r5570 553 553 554 554 if (alreadySet && different) { 555 _model->reset(); 556 } 557 } 555 delete _model; 556 _model = new bncModel(this); 557 } 558 }
Note:
See TracChangeset
for help on using the changeset viewer.