Index: /trunk/Mars/mcore/checksum.h
===================================================================
--- /trunk/Mars/mcore/checksum.h	(revision 17281)
+++ /trunk/Mars/mcore/checksum.h	(revision 17282)
@@ -64,5 +64,5 @@
             throw std::runtime_error(sout.str());
 #else
-            gLog << ___err___ << "ERROR - " << sout.str() << endl;
+            gLog << ___err___ << "ERROR - " << sout.str() << std::endl;
             return false;
 #endif
Index: /trunk/Mars/mcore/factfits.h
===================================================================
--- /trunk/Mars/mcore/factfits.h	(revision 17281)
+++ /trunk/Mars/mcore/factfits.h	(revision 17282)
@@ -149,5 +149,5 @@
             throw std::runtime_error("Table 'ZDrsCellOffsets' found, but not with one row as expected");
 #else
-            gLog << ___err___ << "ERROR - Table 'ZDrsCellOffsets' found, but not with one row as expected" << endl;
+            gLog << ___err___ << "ERROR - Table 'ZDrsCellOffsets' found, but not with one row as expected" << std::endl;
             return;
 #endif
@@ -159,5 +159,5 @@
             throw std::runtime_error("Table 'DrsCalib' found, but first column is not the one expected");
 #else
-            gLog << ___err___ << "ERROR - Table 'DrsCalib' found, but first column is not the one expected" << endl;
+            gLog << ___err___ << "ERROR - Table 'DrsCalib' found, but first column is not the one expected" << std::endl;
             return;
 #endif
@@ -169,5 +169,5 @@
             throw std::runtime_error("Table 'DrsCalib' has wrong column format (TFROM1)");
 #else
-            gLog << ___err___ << "ERROR - Table 'DrsCalib' has wrong column format (TFORM1)" << endl;
+            gLog << ___err___ << "ERROR - Table 'DrsCalib' has wrong column format (TFORM1)" << std::endl;
             return;
 #endif
@@ -185,5 +185,5 @@
         throw std::runtime_error("Reading column 'OffsetCalibration' failed.");
 #else
-        gLog << ___err___ << "ERROR - Reading column 'OffsetCalibration' failed." << endl;
+        gLog << ___err___ << "ERROR - Reading column 'OffsetCalibration' failed." << std::endl;
 #endif
 
Index: /trunk/Mars/mcore/zfits.h
===================================================================
--- /trunk/Mars/mcore/zfits.h	(revision 17281)
+++ /trunk/Mars/mcore/zfits.h	(revision 17282)
@@ -111,5 +111,5 @@
                 throw std::runtime_error("Only the FACT compression scheme is handled by this reader.");
 #else
-                gLog << ___err___ << "ERROR - Only the FACT compression scheme is handled by this reader." << endl;
+                gLog << ___err___ << "ERROR - Only the FACT compression scheme is handled by this reader." << std::endl;
                 return;
 #endif
@@ -211,5 +211,5 @@
                     throw std::runtime_error("Negative value in the catalog");
 #else
-                    gLog << ___err___ << "ERROR - negative value in the catalog" << endl;
+                    gLog << ___err___ << "ERROR - negative value in the catalog" << std::endl;
                     return;
 #endif
@@ -363,5 +363,5 @@
                     throw std::runtime_error("Unkown column ordering scheme found");
 #else
-                    gLog << ___err___ << "ERROR - unkown column ordering scheme" << endl;
+                    gLog << ___err___ << "ERROR - unkown column ordering scheme" << std::endl;
                     return false;
 #endif
@@ -475,5 +475,5 @@
                     throw std::runtime_error(str.str());
 #else
-                    gLog << ___err___ << "ERROR - Unknown processing applied to data. Aborting" << endl;
+                    gLog << ___err___ << "ERROR - Unknown processing applied to data. Aborting" << std::endl;
                     return;
 #endif
@@ -563,5 +563,5 @@
                     throw std::runtime_error(str.str());
 #else
-                    gLog << ___err___ << "ERROR - " << str.str() << endl;
+                    gLog << ___err___ << "ERROR - " << str.str() << std::endl;
                     return;
 #endif
@@ -583,5 +583,5 @@
                     throw std::runtime_error("Heap data does not agree with header.");
 #else
-                    gLog << ___err___ << "ERROR - Heap data does not agree with header." << endl;
+                    gLog << ___err___ << "ERROR - Heap data does not agree with header." << std::endl;
                     return;
 #endif
@@ -598,5 +598,5 @@
                     throw std::runtime_error("Heap data does not agree with header.");
 #else
-                    gLog << ___err___ << "ERROR - Heap data does not agree with header." << endl;
+                    gLog << ___err___ << "ERROR - Heap data does not agree with header." << std::endl;
                     return;
 #endif
