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