Преглед изворни кода

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