1*7173c8dcSJeremy L Thompson // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors. 2*7173c8dcSJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 3*7173c8dcSJeremy L Thompson // 4*7173c8dcSJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause 5*7173c8dcSJeremy L Thompson // 6*7173c8dcSJeremy L Thompson // This file is part of CEED: http://github.com/ceed 7*7173c8dcSJeremy L Thompson 8*7173c8dcSJeremy L Thompson #ifndef _scales_h 9*7173c8dcSJeremy L Thompson #define _scales_h 10*7173c8dcSJeremy L Thompson 11*7173c8dcSJeremy L Thompson #define SCALE_TWO 2 12*7173c8dcSJeremy L Thompson 13*7173c8dcSJeremy L Thompson #define SCALE_THREE 3 14*7173c8dcSJeremy L Thompson 15*7173c8dcSJeremy L Thompson #endif 16