Index: /trunk/BNC/src/bnchelp.html
===================================================================
--- /trunk/BNC/src/bnchelp.html	(revision 7255)
+++ /trunk/BNC/src/bnchelp.html	(revision 7256)
@@ -1733,5 +1733,5 @@
 <li>Maximum degree of spherical harmonics</li>
 <li>Maximum order of spherical harmonics</li>
-<li>Height of ionospheric layer [km]</li>
+<li>Height of ionospheric layer [m]</li>
 </ul>
 Subsequent records in this block provide the following information:
Index: /trunk/BNC/src/pppModel.cpp
===================================================================
--- /trunk/BNC/src/pppModel.cpp	(revision 7255)
+++ /trunk/BNC/src/pppModel.cpp	(revision 7256)
@@ -426,6 +426,5 @@
   double stec = 0.0;
   for (unsigned ii = 0; ii < vTec->_layers.size(); ii++) {
-    double layerHeight = vTec->_layers[ii]._height * 1000.0; // m
-    piercePoint(layerHeight, epoch, geocSta.data(), sphEle, sphAzi);
+    piercePoint(vTec->_layers[ii]._height, epoch, geocSta.data(), sphEle, sphAzi);
     double vtec = vtecSingleLayerContribution(vTec->_layers[ii]);
     stec += vtec * sin(sphEle * _psiPP);
