Преглед на файлове

Merge branch '167-dgraph-maxdegree-too-low'

* 167-dgraph-maxdegree-too-low:
  Increase the maximum vertex degree to 200. Closes #167.
Sascha Zelzer преди 13 години
родител
ревизия
6925794b8e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Libs/Core/ctkDependencyGraph.cpp

+ 1 - 1
Libs/Core/ctkDependencyGraph.cpp

@@ -33,7 +33,7 @@
 #include <cassert>
 
 #define MAXV 100
-#define MAXDEGREE 50
+#define MAXDEGREE 200
 
 //----------------------------------------------------------------------------
 class ctkDependencyGraphPrivate