Skip to content

Commit c858ff9

Browse files
committed
minor changes
1 parent c139092 commit c858ff9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/unit_tests/Support/ut_geometry.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@ end
200200
nlist,
201201
coor)
202202
coor[1:2, 1:2] .= 1
203-
PeriLab.Geometry.calculate_bond_length!(undeformed_bond[1:2],
204-
undeformed_bond_length[1:2],
205-
1:2,
203+
PeriLab.Geometry.calculate_bond_length!(undeformed_bond[1],
204+
undeformed_bond_length[1],
205+
1,
206206
coor,
207-
nlist[1:2]) == 1
207+
nlist[1]) == 1
208208
coor .= 0
209209
@test PeriLab.Geometry.calculate_bond_length!(undeformed_bond[1],
210210
undeformed_bond_length[1],

0 commit comments

Comments
 (0)