Skip to content

Commit

Permalink
fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Jun 27, 2024
1 parent e483197 commit 7dec0cd
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
#include <antares/antares/constants.h>
#include "constants.h"

namespace Antares::Solver::Variable::Category::DataLevel
namespace Antares::Solver::Variable::Category
{
namespace DataLevel
{
//! Data that belong to a single area
constexpr uint8_t area = 1;
Expand Down Expand Up @@ -258,6 +260,7 @@ inline void PrecisionLevelToStream(StreamT& out, int precisionLevel)
out += NULL;
}
}
} // namespace Antares::Solver::Variable::Category::DataLevel

} // namespace Antares::Solver::Variable::Category

#endif // __SOLVER_VARIABLE_CATEGORIES_H__

0 comments on commit 7dec0cd

Please sign in to comment.