|
Sierra Toolkit
Version of the Day
|
00001 /*------------------------------------------------------------------------*/ 00002 /* Copyright 2010 Sandia Corporation. */ 00003 /* Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive */ 00004 /* license for use of this work by or on behalf of the U.S. Government. */ 00005 /* Export of this program may require a license from the */ 00006 /* United States Government. */ 00007 /*------------------------------------------------------------------------*/ 00008 00009 #ifndef unit_test_UnitTestRingFixture_hpp 00010 #define unit_test_UnitTestRingFixture_hpp 00011 00012 #include <stk_mesh/fixtures/RingFixture.hpp> 00013 00014 // must be in same namespace as BulkData to make friending w/out exposure possible 00015 00016 namespace stk_classic { 00017 namespace unit_test { 00018 00022 void test_shift_ring( stk_classic::mesh::fixtures::RingFixture& ring, 00023 bool generate_aura=true ); 00024 00025 } // namespace unit_test 00026 } // namespace stk_classic 00027 00028 #endif