Skip to content

Commit

Permalink
ALIROOT-6269 Avoid using same material (Cu) for two different media.
Browse files Browse the repository at this point in the history
  • Loading branch information
amorsch authored and hristov committed Aug 24, 2015
1 parent c07c0a8 commit 8548f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZDC/AliZDCv3.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2050,7 +2050,7 @@ void AliZDCv3::CreateMaterials()
AliMedium(6, "ZCOPP", 6, isvol, inofld, nofieldm, tmaxfd, stemax, deemax, epsil, stmin);
AliMedium(7, "ZIRON", 7, isvol, inofld, nofieldm, tmaxfd, stemax, deemax, epsil, stmin);
AliMedium(8, "ZIRONN",8, isvol, inofld, nofieldm, tmaxfd, stemax, deemax, epsil, stmin);
AliMedium(9, "ZCOPL", 6, isvol, inofld, nofieldm, tmaxfd, stemax, deemax, epsil, stmin);
AliMedium(9, "ZCOPL", 9, isvol, inofld, nofieldm, tmaxfd, stemax, deemax, epsil, stmin);
AliMedium(10,"ZVOID",10, isvol, inofld, nofieldm, tmaxfd, stemax, deemax, epsil, stmin);
AliMedium(11,"ZVOIM",11, isvol, ifield, fieldm, tmaxfdv, stemax, deemax, epsil, stmin);
AliMedium(12,"ZAIR", 12, isvolActive, inofld, nofieldm, tmaxfd, stemax, deemax, epsil, stmin);
Expand Down

0 comments on commit 8548f30

Please sign in to comment.