]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGeometrySVMap.cxx
Message commented out
[u/mrichter/AliRoot.git] / MUON / AliMUONGeometrySVMap.cxx
index ff429b5438424dcb6b6c9fc38ba52c4404cb31b2..eab7e7fb54ee2b9945ac466adc1ac773278bb41e 100644 (file)
@@ -323,10 +323,16 @@ void  AliMUONGeometrySVMap::PrintPositions() const
 
     const double* translation = matrix->GetTranslation();
     cout << "   translation: "
+#if defined (__DECCXX)
+         << translation[0] << ", " 
+         << translation[1] << ", "
+         << translation[2] << endl;
+#else
          << std::fixed
          << std::setw(7) << std::setprecision(4) << translation[0] << ", " 
          << std::setw(7) << std::setprecision(4) << translation[1] << ", "
          << std::setw(7) << std::setprecision(4) << translation[2] << endl;
+#endif
   }
 }