Sierra Toolkit  Version of the Day
UnitTestRingFixture.hpp
1 /*------------------------------------------------------------------------*/
2 /* Copyright 2010 Sandia Corporation. */
3 /* Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive */
4 /* license for use of this work by or on behalf of the U.S. Government. */
5 /* Export of this program may require a license from the */
6 /* United States Government. */
7 /*------------------------------------------------------------------------*/
8 
9 #ifndef unit_test_UnitTestRingFixture_hpp
10 #define unit_test_UnitTestRingFixture_hpp
11 
12 #include <stk_mesh/fixtures/RingFixture.hpp>
13 
14 // must be in same namespace as BulkData to make friending w/out exposure possible
15 
16 namespace stk_classic {
17 namespace unit_test {
18 
22 void test_shift_ring( stk_classic::mesh::fixtures::RingFixture& ring,
23  bool generate_aura=true );
24 
25 } // namespace unit_test
26 } // namespace stk_classic
27 
28 #endif
Sierra Toolkit.