Arcane  v3.14.10.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
StdHeader.h
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2024 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/* StdHeader.h (C) 2000-2024 */
9/* */
10/* Fichiers d'entêtes standards. */
11/*---------------------------------------------------------------------------*/
12#ifndef ARCANE_UTILS_STDHEADER_H
13#define ARCANE_UTILS_STDHEADER_H
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
18
19#include <cstdio>
20#include <cstring>
21#include <cstdlib>
22#include <ctime>
23#include <cmath>
24#include <locale>
25
26// Temporaire (avril 2024) pour compatibilité avec l'existant.
27// Par la suite il faudra supprimer ces using
28#if !defined(ARCANE_NO_USE_STD_MATH_FUNCTIONS)
29using std::abs;
30using std::cos;
31using std::isnan;
32using std::isinf;
33#endif
34
35/*---------------------------------------------------------------------------*/
36/*---------------------------------------------------------------------------*/
37
38#endif
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Fichier de configuration d'Arcane.