ports/math/mumps/files/patch-src_dana__aux.F
Thierry Thomas 59eb58cf74 Fix a fatal Fortran error (invalid unit number).
Submitted by:	Stephen Hickmott <stephen (at) featplus.co.uk>
2021-01-10 19:36:31 +00:00

11 lines
430 B
Forth

--- src/dana_aux.F.orig 2020-10-23 09:16:48 UTC
+++ src/dana_aux.F
@@ -3008,7 +3008,7 @@ C
& write(MPG,'(A,1I5)')
& ' Average density of rows/columns =', AvgDens
IF (MP.GT.0 .AND. MPG.NE.MP.AND.(ICNTL(4).GE.2))
- & write(MPG,'(A,1I5)')
+ & write(MP,'(A,1I5)')
& ' Average density of rows/columns =', AvgDens
RETURN
99999 FORMAT (/'*** Warning message from analysis routine ***')