Added samples

This commit is contained in:
Guilhem Lavaux 2010-09-12 21:36:37 +02:00
parent 79ac022e34
commit 8b3e4670dd
7 changed files with 170 additions and 1 deletions

View file

@ -5,7 +5,7 @@ using namespace std;
int main(int argc, char **argv)
{
CosmoTool::BoundedQueue<int,int,100000> bq(4);
CosmoTool::BoundedQueue<int,int> bq(4, 100000.);
for (int i = 10; i >= 0; i--)
{