*******> update.11 Author: Charles Lin Date: Jan, 25th 2019 Programs: pmemd Description: Fixes a bug found by Motoshi Kamiya involving the compilation of pmemd using Intel compilers with the mcres code. ------------------------------------------------------------------------------- src/pmemd/src/mcres.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git src/pmemd/src/mcres.F90 src/pmemd/src/mcres.F90 index ad4ab7f..d295eb7 100644 --- src/pmemd/src/mcres.F90 +++ src/pmemd/src/mcres.F90 @@ -1115,9 +1115,9 @@ subroutine buildCoarseGrid(crd,coarseGrid,atm_cnt,coarseGSP, maxCoarseXVxl,maxCo implicit none + integer, intent(in) :: atm_cnt double precision, intent(in) :: crd(3, atm_cnt) double precision, intent(in) :: mxX,mxY,mxZ, coarseGSP - integer, intent(in) :: atm_cnt integer, intent(inout) :: coarseGrid(:,:,:,:) integer, intent(in) :: maxCoarseXVxl,maxCoarseYVxl,maxCoarseZVxl