Changeset 5794 in ntrip for trunk/BNC/src/bncmodel.cpp


Ignore:
Timestamp:
Aug 4, 2014, 4:47:28 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5750 r5794  
    389389  Tracer tracer("bncModel::delay_saast");
    390390
     391  if (xyz[0] == 0.0 && xyz[1] == 0.0 && xyz[2] == 0.0) {
     392    return 0.0;
     393  }
     394
    391395  double ell[3];
    392396  xyz2ell(xyz.data(), ell);
Note: See TracChangeset for help on using the changeset viewer.