Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nmizukami committed May 16, 2024
1 parent 548a4f9 commit 121918a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route/build/src/read_control.f90
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ SUBROUTINE read_control(ctl_fname, err, message)
if (outputInflow) then
meta_rflx(ixRFLX%KWTinflow)%varFile=.true.
meta_rflx(ixRFLX%IRFinflow)%varFile=.true.
meta_rflx(ixRFLX%MCvolume)%varFile=.true.
meta_rflx(ixRFLX%MCinflow)%varFile=.true.
meta_rflx(ixRFLX%KWinflow)%varFile=.true.
meta_rflx(ixRFLX%DWinflow)%varFile=.true.
end if
Expand Down

0 comments on commit 121918a

Please sign in to comment.