// ============================================================================ // $Id$ // $Name$ // ============================================================================ #ifndef __TCHANNEL_HH #define __TCHANNEL_HH #include "Tvector.hh" typedef Tvector<Tint> TChannel; #endif