Index: /trunk/BNC/bncmodel.cpp
===================================================================
--- /trunk/BNC/bncmodel.cpp	(revision 2211)
+++ /trunk/BNC/bncmodel.cpp	(revision 2212)
@@ -537,4 +537,11 @@
            << sqrt(_QQ(par->index,par->index));
     }
+    else if (par->type == bncParam::TROPO) {
+      str1 << "\n    trp = " << par->prn.toAscii().data()
+           << setw(7) << setprecision(3) << delay_saast(M_PI/2.0) << " "
+           << setw(6) << setprecision(3) << showpos << par->xx 
+           << " +- " << setw(6) << setprecision(3) 
+           << sqrt(_QQ(par->index,par->index));
+    }
   }
   _log += str1.str().c_str();
