Index: trunk/MagicSoft/Mars/mmontecarlo/MMcTimeGenerate.cc
===================================================================
--- trunk/MagicSoft/Mars/mmontecarlo/MMcTimeGenerate.cc	(revision 1211)
+++ trunk/MagicSoft/Mars/mmontecarlo/MMcTimeGenerate.cc	(revision 1238)
@@ -76,8 +76,4 @@
 // --------------------------------------------------------------------------
 //
-//  The Process-function counts the number of simulated showers, the
-//  number of analised showers and the number of triggers. It also updates
-//  the limits for theta, phi, energy and impact parameter in the
-//  MHMcRate container.
 //
 Bool_t MMcTimeGenerate::Process()
@@ -88,7 +84,7 @@
     while (dt < fDeadTime);
 
-    const Int_t t = fTime->GetTimeLo();
+    const UInt_t t = fTime->GetTimeLo();
 
-    fTime->SetTime(t+dt*10000, 0); // [ms]
+    fTime->SetTime(t+dt*10000, 0); // [0.1ms]
 
     return kTRUE;
