Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
CeaGlobal.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2022 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7/*---------------------------------------------------------------------------*/
8/* CeaGlobal.h (C) 2000-2020 */
9/* */
10/* Déclarations générales des classes Arcane de la composante 'arcane_cea'. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_CEA_CEAGLOBAL_H
13#define ARCANE_CEA_CEAGLOBAL_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18#include "arcane/cartesianmesh/CartesianMeshGlobal.h"
19
20/*---------------------------------------------------------------------------*/
21/*---------------------------------------------------------------------------*/
22
23#ifdef ARCANE_COMPONENT_arcane_cea
24#define ARCANE_CEA_EXPORT ARCANE_EXPORT
25#else
26#define ARCANE_CEA_EXPORT ARCANE_IMPORT
27#endif
28
29/*---------------------------------------------------------------------------*/
30/*---------------------------------------------------------------------------*/
31
32namespace Arcane
33{
34} // End namespace Arcane
35
36/*---------------------------------------------------------------------------*/
37/*---------------------------------------------------------------------------*/
38
39#endif
Fichier de configuration d'Arcane.
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-