xref: /libCEED/tests/t406-qfunction-scales.h (revision 121d4b7fb417fe929bc878bd436cd4820a8e3053)
1 #ifndef _scales_h
2 #define _scales_h
3 // Testing # on first line
4 
5 // Copyright (c) 2017-2022, Lawrence Livermore National Security, LLC and other CEED contributors.
6 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
7 //
8 // SPDX-License-Identifier: BSD-2-Clause
9 //
10 // This file is part of CEED:  http://github.com/ceed
11 
12 #define SCALE_TWO 2
13 
14 #define SCALE_THREE 3
15 
16 #endif
17