Skip to content

Commit cce328e

Browse files
Merge pull request #1175 from arcaneframework/dev/gg-cleanup-loadbalancemng
Cleanup class 'LoadBalanceMng'
2 parents d98c881 + c09253a commit cce328e

File tree

3 files changed

+160
-156
lines changed

3 files changed

+160
-156
lines changed

arcane/src/arcane/core/ILoadBalanceMng.h

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
22
//-----------------------------------------------------------------------------
3-
// Copyright 2000-2023 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
3+
// Copyright 2000-2024 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
44
// See the top-level COPYRIGHT file for details.
55
// SPDX-License-Identifier: Apache-2.0
66
//-----------------------------------------------------------------------------
77
/*---------------------------------------------------------------------------*/
8-
/* ILoadBalanceMng.h (C) 2000-2023 */
8+
/* ILoadBalanceMng.h (C) 2000-2024 */
99
/* */
1010
/* Interface de description des caracteristiques du probleme pour le module */
1111
/* d'equilibrage de charge. */
1212
/*---------------------------------------------------------------------------*/
13-
#ifndef ARCANE_ILOADBALANCEMNG_H
14-
#define ARCANE_ILOADBALANCEMNG_H
13+
#ifndef ARCANE_CORE_ILOADBALANCEMNG_H
14+
#define ARCANE_CORE_ILOADBALANCEMNG_H
1515
/*---------------------------------------------------------------------------*/
1616
/*---------------------------------------------------------------------------*/
1717

18-
#include "arcane/ArcaneTypes.h"
18+
#include "arcane/core/ArcaneTypes.h"
19+
#include "arcane/core/VariableTypes.h"
1920

2021
/*---------------------------------------------------------------------------*/
2122
/*---------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)