We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfcd45 commit d06d0dfCopy full SHA for d06d0df
src/Model/Connection/GwfGwfConnection.f90
@@ -180,13 +180,13 @@ subroutine gwfgwfcon_df(this)
180
181
! set defaults
182
do i = 1, size(this%gwfInterfaceModel%npf%angle1)
183
- this%gwfInterfaceModel%npf%angle1 = 0.0_DP
+ this%gwfInterfaceModel%npf%angle1(i) = 0.0_DP
184
end do
185
do i = 1, size(this%gwfInterfaceModel%npf%angle2)
186
- this%gwfInterfaceModel%npf%angle2 = 0.0_DP
+ this%gwfInterfaceModel%npf%angle2(i) = 0.0_DP
187
188
do i = 1, size(this%gwfInterfaceModel%npf%angle3)
189
- this%gwfInterfaceModel%npf%angle3 = 0.0_DP
+ this%gwfInterfaceModel%npf%angle3(i) = 0.0_DP
190
191
192
! point X, RHS, IBOUND to connection
0 commit comments