1ac5aa7bcSJeremy L Thompson #ifndef SCALES_H 2ac5aa7bcSJeremy L Thompson #define SCALES_H 39a3a46e1SJeremy Luke Thompson // Testing # on first line 4509d4af6SJeremy L Thompson // Note: #ifndef and #pragma once header guards both work 59a3a46e1SJeremy Luke Thompson 6*9ba83ac0SJeremy L Thompson // Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors. 77173c8dcSJeremy L Thompson // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. 87173c8dcSJeremy L Thompson // 97173c8dcSJeremy L Thompson // SPDX-License-Identifier: BSD-2-Clause 107173c8dcSJeremy L Thompson // 117173c8dcSJeremy L Thompson // This file is part of CEED: http://github.com/ceed 127173c8dcSJeremy L Thompson 137173c8dcSJeremy L Thompson #define SCALE_TWO 2 147173c8dcSJeremy L Thompson 157173c8dcSJeremy L Thompson #define SCALE_THREE 3 167173c8dcSJeremy L Thompson 17ac5aa7bcSJeremy L Thompson #endif // SCALES_H 18