Index: /branches/Mars_IncreaseNsb/msimcamera/MSimRandomPhotons.cc
===================================================================
--- /branches/Mars_IncreaseNsb/msimcamera/MSimRandomPhotons.cc	(revision 18757)
+++ /branches/Mars_IncreaseNsb/msimcamera/MSimRandomPhotons.cc	(revision 18758)
@@ -417,9 +417,9 @@
 
     // FIXME: Scale with the number of pixels
-    if (rate*f2>1000)
-    {
-        *fLog << err << "ERROR - Frequency exceeds 1GHz, this might leed to too much memory consumption." << endl;
-        return kFALSE;
-    }
+    // if (rate*f2>1000)
+    // {
+    //     *fLog << err << "ERROR - Frequency exceeds 1GHz, this might leed to too much memory consumption." << endl;
+    //     return kFALSE;
+    // }
 
     return kTRUE;
