Branch data Line data Source code
1 : : // ***************************************************************************** 2 : : /*! 3 : : \file src/UnitTest/TestArray.hpp 4 : : \copyright 2012-2015 J. Bakosi, 5 : : 2016-2018 Los Alamos National Security, LLC., 6 : : 2019-2021 Triad National Security, LLC. 7 : : All rights reserved. See the LICENSE file for details. 8 : : \brief Simple test Charm++ array for testing arrays 9 : : \details Simple test Charm++ array for testing arrays. 10 : : */ 11 : : // ***************************************************************************** 12 : : #ifndef TestArray_h 13 : : #define TestArray_h 14 : : 15 : : #include "NoWarning/testarray.decl.h" 16 : : 17 : : namespace tut { 18 : : 19 : : //! Charm++ chare array definition for testing arrays 20 [ + - ]: 306 : class TestArray : public CBase_TestArray {}; 21 : : 22 : : } // tut:: 23 : : 24 : : #endif // TestArray_h