|
1 | 1 | // -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
|
2 | 2 | //-----------------------------------------------------------------------------
|
3 |
| -// Copyright 2000-2023 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com) |
| 3 | +// Copyright 2000-2024 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com) |
4 | 4 | // See the top-level COPYRIGHT file for details.
|
5 | 5 | // SPDX-License-Identifier: Apache-2.0
|
6 | 6 | //-----------------------------------------------------------------------------
|
7 | 7 | /*---------------------------------------------------------------------------*/
|
8 |
| -/* ILoadBalanceMng.h (C) 2000-2023 */ |
| 8 | +/* ILoadBalanceMng.h (C) 2000-2024 */ |
9 | 9 | /* */
|
10 | 10 | /* Interface de description des caracteristiques du probleme pour le module */
|
11 | 11 | /* d'equilibrage de charge. */
|
12 | 12 | /*---------------------------------------------------------------------------*/
|
13 |
| -#ifndef ARCANE_ILOADBALANCEMNG_H |
14 |
| -#define ARCANE_ILOADBALANCEMNG_H |
| 13 | +#ifndef ARCANE_CORE_ILOADBALANCEMNG_H |
| 14 | +#define ARCANE_CORE_ILOADBALANCEMNG_H |
15 | 15 | /*---------------------------------------------------------------------------*/
|
16 | 16 | /*---------------------------------------------------------------------------*/
|
17 | 17 |
|
18 |
| -#include "arcane/ArcaneTypes.h" |
| 18 | +#include "arcane/core/ArcaneTypes.h" |
| 19 | +#include "arcane/core/VariableTypes.h" |
19 | 20 |
|
20 | 21 | /*---------------------------------------------------------------------------*/
|
21 | 22 | /*---------------------------------------------------------------------------*/
|
|
0 commit comments