Corrections and some basic printing
This commit is contained in:
parent
d7d0d6b47f
commit
a48e5111e7
4 changed files with 42 additions and 3 deletions
|
|
@ -1306,6 +1306,9 @@ MODULE moduleInput
|
|||
|
||||
end do
|
||||
|
||||
allocate(bound%alpha(1:mesh%numEdges)) ! TODO: Change this so only the edges associated to the boundary are here
|
||||
bound%alpha = 0.d0
|
||||
|
||||
end select
|
||||
|
||||
end do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue