Skip to content

Commit

Permalink
Merge pull request #519 from rpeacoc/master
Browse files Browse the repository at this point in the history
CFAST: Fixed calling error in vertical flow routine …
  • Loading branch information
Richard Peacock authored Jul 12, 2016
2 parents 4f91045 + 1c36b38 commit b82e334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CFAST/flowvertical.f90
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ subroutine vertical_flow (tsec,flwvf,vflowflg)
area = fraction * ventptr%area
ventptr%current_area = area
ishape = ventptr%shape
call ventcf (itop, ibot, area, ishape, epscut, vvent, xmvent, tmvent)
call ventcf (itop, ibot, area, ishape, epscut, xmvent, vvent, tmvent)

ventptr%n_slabs = 2
do iflow = 1, 2
Expand Down

0 comments on commit b82e334

Please sign in to comment.