Changeset 1039 for trunk/MagicSoft
- Timestamp:
- 11/06/01 14:53:41 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile.conf.osf1
r1027 r1039 24 24 25 25 OPTIM = -O2 -ieee -arch host 26 DEBUG = -g -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst 26 DEBUG = -g -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst,boolexprconst 27 27 ARCHDEF = -D__OSF__ 28 28 -
trunk/MagicSoft/Mars/mmain/MMonteCarlo.cc
r1030 r1039 191 191 Int_t MMonteCarlo::GetDim() const 192 192 { 193 return 0;194 193 Int_t dim = atoi(fNumEntry->GetText()); 195 194
Note:
See TracChangeset
for help on using the changeset viewer.