Revision 9542cae5dbef326654195a1c112149a16efaa82d authored by Rene Brun on 15 March 2004, 12:23:17 UTC, committed by Rene Brun on 15 March 2004, 12:23:17 UTC
if (iact<3 && *safe) {
should be
if (iact<3 && safe) {
(thanks to Andreas Zoglauer)


git-svn-id: http://root.cern.ch/svn/root/trunk@8402 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 60559aa
History
File Mode Size
inc
src
Module.mk -rw-r--r-- 1.8 KB

back to top