Index: trunk/BNC/bncmodel.cpp
===================================================================
--- trunk/BNC/bncmodel.cpp	(revision 2649)
+++ trunk/BNC/bncmodel.cpp	(revision 2650)
@@ -858,7 +858,9 @@
            << setw(6)  << setprecision(3) << std[1]   << " "
            << setw(14) << setprecision(3) << mean[2]  << " +- "
-           << setw(6)  << setprecision(3) << std[2]   << endl;
-
-      strD << _staID.data() << "  AVE-NEU " 
+           << setw(6)  << setprecision(3) << std[2];
+      emit newMessage(QByteArray(strD.str().c_str()), true);
+
+      ostringstream strE; strE.setf(ios::fixed);
+      strE << _staID.data() << "  AVE-NEU " 
            << epoData->tt.timestr(1) << " "
            << setw(13) << setprecision(3) << mean[3]  << " +- "
@@ -869,5 +871,5 @@
            << setw(6)  << setprecision(3) << std[5]   << endl;
 
-      emit newMessage(QByteArray(strD.str().c_str()), true);
+      emit newMessage(QByteArray(strE.str().c_str()), true);
     }
   }
