Skip to content

Commit f3a42a4

Browse files
committed
FDS Source : Mask unused.
1 parent e6940de commit f3a42a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/pres.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3060,10 +3060,12 @@ MODULE GLOBMAT_SOLVER
30603060
TYPE(ZONE_SOLVE_TYPE), POINTER :: ZSL
30613061

30623062
! Communicator for each zone:
3063+
#ifdef WITH_HYPRE
30633064
TYPE ZSL_COMM_TYPE
30643065
TYPE(MPI_COMM) :: COMM
30653066
END TYPE ZSL_COMM_TYPE
30663067
TYPE(ZSL_COMM_TYPE), ALLOCATABLE, DIMENSION(:) :: ZSL_COMM
3068+
#endif
30673069

30683070
! Matrix types:
30693071
INTEGER, PARAMETER :: SYMM_INDEFINITE =-2

0 commit comments

Comments
 (0)