Mercurial
lemon-0.x
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
benchmark/edge_lookup_test
author
kpeter
Tue, 05 Feb 2008 11:23:23 +0000
changeset 2562
27c54b7f4f1d
permissions
-rwxr-xr-x
Improvements and fixes in dim2.h.
- Several doc improvements.
- Fix BoundingBox::operator& implementation.
1
#!/bin/bash
2
3
for((i=1;i<50;i++))
4
do
5
echo -n $i ''
6
edge_lookup 100 $i
7
done