xref: /libCEED/tests/t406-qfunction-scales.h (revision 77bb289ab1e4b7f6618bd6e1f5afbd06578dc0f7)
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  // SCALES_H
17