Skip to content

Commit

Permalink
Merge pull request #359 from tjgiese/fix-cew-print
Browse files Browse the repository at this point in the history
ioutfile intent in rather than intent out
  • Loading branch information
agoetz authored Apr 17, 2024
2 parents 52127db + b84ed94 commit 0cbf8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/quick_cew_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ subroutine print_cew(self, iOutfile, ierr)

implicit none
type(quick_cew_type), intent(in) :: self
integer, intent(out) :: iOutfile
integer, intent(in) :: iOutfile
integer, intent(out) :: ierr

if(self%use_cew) then
Expand Down

0 comments on commit 0cbf8f6

Please sign in to comment.