diff --git a/GUSI/include/GUSIDescriptor.h b/GUSI/include/GUSIDescriptor.h index 69aabfe..b24dced 100755 --- a/GUSI/include/GUSIDescriptor.h +++ b/GUSI/include/GUSIDescriptor.h @@ -5,6 +5,9 @@ // % Language : C++ // % // % $Log$ +// % Revision 1.2 2001/03/28 14:03:59 chombier +// % GUSI 2.1.6b2 update +// % // % Revision 1.1.1.1 2001/03/07 09:50:41 chombier // % First Imported. // % @@ -96,7 +99,8 @@ // = class GUSIDescriptorTable { public: - enum { SIZE = 64 }; +// enum { SIZE = 64 }; + enum { SIZE = 256 }; static GUSIDescriptorTable * Instance();