#ifndef SCALES_H
#define SCALES_H
// Testing # on first line
// Note: #ifndef and #pragma once header guards both work

// Copyright (c) 2017-2026, 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
