Przeglądaj źródła

Fix: grid size > 200

Eric Ramat 9 lat temu
rodzic
commit
e5b58bb453

+ 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
 {