Skip to content

Commit

Permalink
A fix of a bug reported in forum.
Browse files Browse the repository at this point in the history
  • Loading branch information
gulans committed Jul 30, 2014
1 parent 10871dd commit ce46ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src_xs/putpmat.F90
Expand Up @@ -20,7 +20,7 @@ Subroutine putpmat (ik, tarec, filnam, pm)
! true if absolut record position is ik
Logical, Intent (In) :: tarec
Character (*), Intent (In) :: filnam
Complex (8), Intent (In) :: pm (:, :, :)
Complex (8), Intent (InOut) :: pm (:, :, :)
! local variables
Integer :: un, recl, ikr
Logical :: tarect
Expand Down

0 comments on commit ce46ecf

Please sign in to comment.