Changeset 1039 for trunk


Ignore:
Timestamp:
11/06/01 14:53:41 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile.conf.osf1

    r1027 r1039  
    2424
    2525OPTIM    = -O2 -ieee -arch host
    26 DEBUG    = -g  -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst
     26DEBUG    = -g  -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst,boolexprconst
    2727ARCHDEF  = -D__OSF__
    2828
  • trunk/MagicSoft/Mars/mmain/MMonteCarlo.cc

    r1030 r1039  
    191191Int_t MMonteCarlo::GetDim() const
    192192{
    193     return 0;
    194193    Int_t dim = atoi(fNumEntry->GetText());
    195194
Note: See TracChangeset for help on using the changeset viewer.