Skip to content

Commit

Permalink
Add missing parentheses that matter to GNU
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Nov 29, 2021
1 parent 3c5a0c0 commit 9ac68fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ subroutine release_inhomogeneity
inhm = 0
end subroutine release_inhomogeneity

function condensate_inhomogeneous result (inhomo)
function condensate_inhomogeneous() result (inhomo)
logical :: inhomo
if (.not. initialized) then
write(error_unit,*) 'file:', __FILE__, ', line:', __LINE__
Expand Down

0 comments on commit 9ac68fb

Please sign in to comment.