Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

hp1D/testsuite/testIntegral.hh
Go to the documentation of this file.
00001 
00008 #ifndef testIntElm1D_hh
00009 #define testIntElm1D_hh
00010 
00011 #include "basics/testsuite.hh"
00012 #include "basics/typedefs.hh"
00013 
00014 namespace test {
00015 
00016   // ******************************************************** TestIntegrals1D **
00017 
00018   class TestIntegrals1D : public TestCase {
00019   public:
00020     virtual ~TestIntegrals1D();
00021     virtual void run();
00022 
00024 
00025 
00026     void testLine();
00028   };
00029 
00030 } // namespace test
00031 
00032 #endif // testIntElm1D_hh

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)