Skip to content

Commit

Permalink
rearrange subroutine call arguments to stay within 72 char limit
Browse files Browse the repository at this point in the history
  • Loading branch information
dalekopera committed Apr 11, 2024
1 parent 68b6c01 commit 25ecf22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions src/external/hsl/ma27/ma27r.f
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
! Copyright reserved
! February 13th 1995

SUBROUTINE MA27AR( n, nz, IRN, ICN, IW, liw, IKEEP, IW1,
* nsteps, iflag, ICNTL, CNTL, INFO, ops )
SUBROUTINE MA27AR( n, nz, IRN, ICN, IW, liw, IKEEP,
* IW1, nsteps, iflag, ICNTL, CNTL, INFO, ops )

USE HSL_KINDS_real, ONLY: ip_, rp_

Expand Down Expand Up @@ -53,8 +53,8 @@ SUBROUTINE MA27AR( n, nz, IRN, ICN, IW, liw, IKEEP, IW1,

END SUBROUTINE MA27AR

SUBROUTINE MA27BR( n, nz, IRN, ICN, A, la, IW, liw, IKEEP,
* nsteps, maxfrt, IW1, ICNTL, CNTL, INFO )
SUBROUTINE MA27BR( n, nz, IRN, ICN, A, la, IW, liw,
* IKEEP, nsteps, maxfrt, IW1, ICNTL, CNTL, INFO )

USE HSL_KINDS_real, ONLY: ip_, rp_

Expand Down Expand Up @@ -97,8 +97,8 @@ SUBROUTINE MA27BR( n, nz, IRN, ICN, A, la, IW, liw, IKEEP,

END SUBROUTINE MA27BR

SUBROUTINE MA27CR( n, A, la, IW, liw, W, maxfrt, RHS, IW1,
* nsteps, ICNTL, INFO )
SUBROUTINE MA27CR( n, A, la, IW, liw, W, maxfrt, RHS,
* IW1, nsteps, ICNTL, INFO )

USE HSL_KINDS_real, ONLY: ip_, rp_

Expand Down Expand Up @@ -174,8 +174,8 @@ SUBROUTINE MA27IR( ICNTL, CNTL )

END SUBROUTINE MA27IR

SUBROUTINE MA27QR( n, A, la, IW, liw, W, maxfnt, RHS, IW2,
* nblk, latop, ICNTL )
SUBROUTINE MA27QR( n, A, la, IW, liw, W, maxfnt, RHS,
* IW2, nblk, latop, ICNTL )

USE HSL_KINDS_real, ONLY: ip_, rp_

Expand Down
8 changes: 4 additions & 4 deletions src/external/hsl/ma33/ma33r.f
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
! Copyright reserved
! April 10th 2006

SUBROUTINE MA33AR( n, ICN, A, licn, LENR, LENRL, IDISP,
* IP, IQ, IRN, lirn, LENC, IFIRST, LASTR,
SUBROUTINE MA33AR( n, ICN, A, licn, LENR, LENRL,
* IDISP, IP, IQ, IRN, lirn, LENC, IFIRST, LASTR,
* NEXTR, LASTC, NEXTC, IPTR, IPC, u, iflag,
* ICNTL, CNTL, INFO, RINFO )

Expand Down Expand Up @@ -66,8 +66,8 @@ SUBROUTINE MA33AR( n, ICN, A, licn, LENR, LENRL, IDISP,

END SUBROUTINE MA33AR

SUBROUTINE MA33CR( n, ICN, A, licn, LENR, LENRL, LENOFF,
* IDISP, IP, IQ, X, W, mtype, RINFO )
SUBROUTINE MA33CR( n, ICN, A, licn, LENR, LENRL,
* LENOFF, IDISP, IP, IQ, X, W, mtype, RINFO )

USE HSL_KINDS_real, ONLY: ip_, rp_

Expand Down

0 comments on commit 25ecf22

Please sign in to comment.