Eric Ramat 9 лет назад
Родитель
Сommit
e5b58bb453
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/tests/multithreading/lifegame/graph_builder.hpp

+ 2 - 2
src/tests/multithreading/lifegame/graph_builder.hpp

@@ -35,8 +35,8 @@ using namespace paradevs::tests::boost_graph;
 namespace paradevs { namespace tests {
         namespace multithreading { namespace lifegame {
 
-const int NCOLUMNS = 10;
-const int NLINES = 10;
+const int NCOLUMNS = 25;
+const int NLINES = 25;
 
 class GraphBuilder
 {