Skip to content

Commit bbab98d

Browse files
committed
wip
1 parent e962582 commit bbab98d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

test/testMultiHypo3Door.jl

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,7 @@ doautoinit!(fg ,:l1)
6868
doautoinit!(fg ,:l2)
6969
doautoinit!(fg ,:l3)
7070

71-
a_,b_ = IIF._checkVarValPointers(fg, getLabel(f1))
72-
for i in 1:length(a)
73-
@test a_[i] == b_[i]
74-
end
75-
for i in 1:length(a)
76-
@test a[i] == a_[i]
77-
end
78-
for i in 1:length(a)
79-
@test b[i] == b_[i]
80-
end
71+
# a_,b_ = IIF._checkVarValPointers(fg, getLabel(f1))
8172

8273

8374
# make sure approxConv is as expected

0 commit comments

Comments
 (0)