xref: /libCEED/tests/t406-qfunction-scales.h (revision 9a3a46e1d4300a3ad2fa9b1d35445254cd604d16)
1*9a3a46e1SJeremy Luke Thompson #ifndef _scales_h
2*9a3a46e1SJeremy Luke Thompson #define _scales_h
3*9a3a46e1SJeremy Luke Thompson // Testing # on first line
4*9a3a46e1SJeremy Luke Thompson 
57173c8dcSJeremy L Thompson // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
67173c8dcSJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
77173c8dcSJeremy L Thompson //
87173c8dcSJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause
97173c8dcSJeremy L Thompson //
107173c8dcSJeremy L Thompson // This file is part of CEED:  http://github.com/ceed
117173c8dcSJeremy L Thompson 
127173c8dcSJeremy L Thompson #define SCALE_TWO 2
137173c8dcSJeremy L Thompson 
147173c8dcSJeremy L Thompson #define SCALE_THREE 3
157173c8dcSJeremy L Thompson 
167173c8dcSJeremy L Thompson #endif
17