decreasing running time

[SVN r22139]
This commit is contained in:
Jeremy Siek 2004-02-02 16:17:34 +00:00
parent d755f8f5c3
commit 05888905a8
2 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ struct bfs_test
int test_main(int argc, char* argv[])
{
using namespace boost;
int max_V = 15;
int max_V = 7;
if (argc > 1)
max_V = atoi(argv[1]);

View File

@ -169,7 +169,7 @@ struct dfs_test
int test_main(int argc, char* argv[])
{
int max_V = 15;
int max_V = 7;
if (argc > 1)
max_V = atoi(argv[1]);