Unverified Commit 79505799 authored by stephen scott tucker's avatar stephen scott tucker Committed by GitHub
Browse files

CondColTbl accomodates 128 conditions now

parent 3183656c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -750,7 +750,7 @@ classdef TreeNodeClass < handle
            if ~strcmp(arg,'init')
                return
            end
            tbl = distinguishable_colors(20);
            tbl = distinguishable_colors(128);
        end