benchmark/edge_lookup_test
author alpar
Tue, 05 Jun 2007 17:29:46 +0000
changeset 2451 d7b7048e045b
permissions -rwxr-xr-x
Two new constructors added to dim2::BoundingBox
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done