#ifndef EDGETTEST_H
#define EDGETTEST_H

/*!
\brief Test edgeT class.
*/
class edgeTtest
{
public:

  /** Basic test of edgeT data structure for ordering edges. */
  static void test01();

};



#endif



