Removed a printing of vector from test.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9772 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
81c84b7e8c
commit
c361c83aea
1 changed files with 0 additions and 2 deletions
|
|
@ -90,8 +90,6 @@ dv.kind_of? DoubleVector
|
|||
halved = []
|
||||
halved = dv.map { |x| x / 2 }
|
||||
halve_in_place(dv)
|
||||
p halved.to_a
|
||||
p dv.to_a
|
||||
halved.to_a == dv.to_a
|
||||
sv = StructVector.new
|
||||
sv << Li_std_vector::Struct.new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue