Skip to content

Commit 026cf2d

Browse files
Merge pull request #332 from easifem/new-design
Fixing bug in Stiffness matrix
2 parents 2d8a8d9 + 949bfff commit 026cf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/submodules/StiffnessMatrix/src/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
BMat1(test%nsd * test%nns, test%nsd * test%nsd), &
474474
BMat2(trial%nsd * trial%nns, trial%nsd * trial%nsd)
475475
INTEGER(I4B) :: nips, nns1, nns2, ii, jj, ips, nsd
476-
INTEGER(I4B), ALLOCATABLE :: indx(:, :)
476+
INTEGER(I4B) :: indx(3, 3)
477477

478478
nns1 = SIZE(test%N, 1)
479479
nns2 = SIZE(trial%N, 1)

0 commit comments

Comments
 (0)