Index: /trunk/BNC/bncrinex.cpp
===================================================================
--- /trunk/BNC/bncrinex.cpp	(revision 84)
+++ /trunk/BNC/bncrinex.cpp	(revision 85)
@@ -103,7 +103,5 @@
   resolveFileName(cti);
   _out.open(_fName.data());
-  _out.setf(ios::fixed);
-  _out.setf(ios::left);
-    
+  _out.setf(ios::showpoint | ios::fixed);
 
   // Copy Skeleton Header
@@ -148,5 +146,4 @@
          << setw(20) << "unknown"
          << setw(20) << " "                                          << "ANT # / TYPE"         << endl;
-    _out.unsetf(ios::left);
     _out << setw(14) << setprecision(4) << approxPos[0]
          << setw(14) << setprecision(4) << approxPos[1]
@@ -202,6 +199,4 @@
   }
 
-  _out.setf(std::ios::fixed);
-
   _out << setw(3)  << cti.year%100
        << setw(3)  << cti.month
