#ifndef SCALES_H #define SCALES_H // Testing # on first line // Copyright (c) 2017-2024, Lawrence Livermore National Security, LLC and other CEED contributors. // All Rights Reserved. See the top-level LICENSE and NOTICE files for details. // // SPDX-License-Identifier: BSD-2-Clause // // This file is part of CEED: http://github.com/ceed #define SCALE_TWO 2 #define SCALE_THREE 3 #endif // SCALES_H