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

geometry/testsuite/deadlock1.hh
Go to the documentation of this file.
00001 /* testsuite for 3D cells with geometric deadlock
00002  * subdivide cells
00003  */
00004 
00005 #ifndef deadlock1_hh
00006 #define deadlock1_hh
00007 
00008 #include "basics/testcase.hh"
00009 
00010 namespace test {
00011 
00017   class DeadLock1 : public TestCase {
00018   public:
00019     virtual ~DeadLock1() {}
00020     virtual void run();
00021 
00023 
00024 
00025     void testSubdivs();
00027   };
00028 
00029 } // namespace test
00030 
00031 #endif // deadlock1_hh

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