Index: trunk/BNC/src/bncclockrinex.cpp
===================================================================
--- trunk/BNC/src/bncclockrinex.cpp	(revision 5450)
+++ trunk/BNC/src/bncclockrinex.cpp	(revision 5451)
@@ -50,6 +50,5 @@
            << datTim.toString("  yyyy MM dd hh mm").toAscii().data()
            << fixed      << setw(10) << setprecision(6)  << sec 
-           << "  1   "
-           << scientific << setw(19) << setprecision(12) << sp3Clk << endl;
+           << "  1   "   << fortranFormat(sp3Clk, 19, 12).toAscii().data() << endl;
 
     return success;
