Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- idom_fluid is not a logical, caused runtime error on cray #3

Merged
merged 1 commit into from
Mar 21, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion MESHER/discont_meshing.f90
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ subroutine create_subregions
write(6,*) '#######################################################################'
fmtstring = '(" ", A, I12, F12.2)'
write(6,fmtstring)'discontinuities: ', idom,real(discont(idom))
fmtstring = '(" ", A, L12, L12)'
fmtstring = '(" ", A, L12, I12)'
write(6,fmtstring)'solid/fluid domain: ', solid_domain(idom),idom_fluid(idom)
fmtstring = '(" ", A, F12.2, F12.2)'
write(6,fmtstring)'upper/lower radius: ', real(rdisc_top(idom)),real(rdisc_bot(idom))
Expand Down