From ea2563f53ef063559f8a7d6c0fcc98ce83589c32 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 15 Jul 2026 11:44:53 -0400 Subject: [PATCH] * increase the ispace of the CONSTANT zebra bank from 5M to 8M words [rtj] --- src/programs/Simulation/HDGeant/hdgeant_f.F | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/programs/Simulation/HDGeant/hdgeant_f.F b/src/programs/Simulation/HDGeant/hdgeant_f.F index 7357a770b..99abcec4f 100644 --- a/src/programs/Simulation/HDGeant/hdgeant_f.F +++ b/src/programs/Simulation/HDGeant/hdgeant_f.F @@ -8,7 +8,7 @@ SUBROUTINE HDGEANT implicit none real q,hq integer ispace,hspace - parameter (ispace=5000000) + parameter (ispace=8000000) parameter (hspace=5000000) common /gcbank/ q(ispace) common /pawc/ hq(hspace)