]> git.donarmstrong.com Git - biopieces.git/commitdiff
added dynamic mem allocation to findsim.rb
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 10 Oct 2012 12:21:21 +0000 (12:21 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Wed, 10 Oct 2012 12:21:21 +0000 (12:21 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1958 74ccb610-7750-0410-82ae-013aeee3265d

code_ruby/lib/maasha/findsim.rb

index a3ed37d1d626d3c77a6799303a3b57703b6a77a8..58fab98d70e42069deffda3a095d96ae1c4610e8 100644 (file)
@@ -122,7 +122,6 @@ class FindSim
 
         if result_ary.size / BYTES_IN_HIT - result_count < RESULT_ARY_BUFFER / 2
           result_ary << "\0" * RESULT_ARY_BUFFER * BYTES_IN_HIT
-          $stderr.puts "resizing to #{result_ary.size / BYTES_IN_HIT}"
         end
       end
     end