#ifndef test_h #define test_h 1 class test { public : double common; // limits to fix the isbad(ch) leaves static const double common_lim = 100; //! test(); virtual ~test(); }; #endif