source:
ThirdParty/Mumps/stable/1.2/mumps.patch
@
1499
Last change on this file since 1499 was 1499, checked in by stefan, 11 years ago | |
---|---|
File size: 415 bytes |
-
src/dmumps_part2.F
old new 4618 4618 INTEGER, INTENT(OUT) :: PERM( N ) 4619 4619 INTEGER :: IPERM, INODE, IN, I 4620 4620 INTEGER :: INBLEAF, INBROOT 4621 IF (N.EQ.1) THEN 4622 RETURN 4623 END IF 4621 4624 IF (N.GT.1) THEN 4622 4625 IF(POOL(N-1) .LT. 0) THEN 4623 4626 INBLEAF = N-1
Note: See TracBrowser
for help on using the repository browser.