Index: /trunk/MagicSoft/Mars/Makefile.conf.osf1
===================================================================
--- /trunk/MagicSoft/Mars/Makefile.conf.osf1	(revision 1038)
+++ /trunk/MagicSoft/Mars/Makefile.conf.osf1	(revision 1039)
@@ -24,5 +24,5 @@
 
 OPTIM    = -O2 -ieee -arch host
-DEBUG    = -g  -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst
+DEBUG    = -g  -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst,boolexprconst
 ARCHDEF  = -D__OSF__
 
Index: /trunk/MagicSoft/Mars/mmain/MMonteCarlo.cc
===================================================================
--- /trunk/MagicSoft/Mars/mmain/MMonteCarlo.cc	(revision 1038)
+++ /trunk/MagicSoft/Mars/mmain/MMonteCarlo.cc	(revision 1039)
@@ -191,5 +191,4 @@
 Int_t MMonteCarlo::GetDim() const
 {
-    return 0;
     Int_t dim = atoi(fNumEntry->GetText());
 
