Browse Source

Bumped the number of max degrees.

Sascha Zelzer 10 years ago
parent
commit
d82fba78aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Libs/Core/ctkDependencyGraph.cpp

+ 1 - 1
Libs/Core/ctkDependencyGraph.cpp

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