xref: /libCEED/tests/t406-qfunction-scales.h (revision 5aed82e4fa97acf4ba24a7f10a35f5303a6798e0)
1ac5aa7bcSJeremy L Thompson #ifndef SCALES_H
2ac5aa7bcSJeremy L Thompson #define SCALES_H
39a3a46e1SJeremy Luke Thompson // Testing # on first line
49a3a46e1SJeremy Luke Thompson 
5*5aed82e4SJeremy L Thompson // Copyright (c) 2017-2024, 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 
16ac5aa7bcSJeremy L Thompson #endif  // SCALES_H
17