Changeset 3394 in ntrip for trunk/BNC/bncmodel.cpp


Ignore:
Timestamp:
Aug 31, 2011, 11:48:05 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r3393 r3394  
    11851185}
    11861186 
    1187 bool findInVector(const std::vector<QString>& vv, const QString& str) {
    1188   std::vector<QString>::const_iterator it;
    1189   for (it = vv.begin(); it != vv.end(); ++it) {
    1190     if ( (*it) == str) {
    1191       return true;
    1192     }
    1193   }
    1194   return false;
    1195 }
    1196 
    11971187// Update Step (private - loop over outliers)
    11981188////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.