Changeset 5570 in ntrip


Ignore:
Timestamp:
Nov 23, 2013, 7:07:12 PM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmodel.h

    r5569 r5570  
    9999                     SymmetricMatrix& QQ, ColumnVector& dx);
    100100
    101   void reset();
    102 
    103101 private:
    104   t_irc cmpBancroft(t_epoData* epoData);
     102  void   reset();
     103  t_irc  cmpBancroft(t_epoData* epoData);
    105104  void   cmpEle(t_satData* satData);
    106105  void   addAmb(t_satData* satData);
  • trunk/BNC/src/bncpppclient.cpp

    r5569 r5570  
    553553   
    554554  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.