OpenRadioss
2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
elapse.h
Go to the documentation of this file.
1
/*
2
*
3
* This file is part of MUMPS 5.5.1, released
4
* on Tue Jul 12 13:17:24 UTC 2022
5
*
6
*
7
* Copyright 1991-2022 CERFACS, CNRS, ENS Lyon, INP Toulouse, Inria,
8
* Mumps Technologies, University of Bordeaux.
9
*
10
* This version of MUMPS is provided to you free of charge. It is
11
* released under the CeCILL-C license
12
* (see doc/CeCILL-C_V1-en.txt, doc/CeCILL-C_V1-fr.txt, and
13
* https://cecill.info/licences/Licence_CeCILL-C_V1-en.html)
14
*
15
*/
16
17
#ifndef MUMPS_CALL
18
#if defined(_WIN32)
19
/* Modify/choose between next 2 lines depending
20
* * on your Windows calling conventions */
21
/* #define MUMPS_CALL __stdcall */
22
#define MUMPS_CALL
23
#else
24
#define MUMPS_CALL
25
#endif
26
#endif
27
28
#if (defined(_WIN32) && ! defined(__MINGW32__)) || defined(UPPER)
29
#define mumps_elapse MUMPS_ELAPSE
30
#elif defined(Add__)
31
#define mumps_elapse mumps_elapse__
32
#elif defined(Add_)
33
#define mumps_elapse mumps_elapse_
34
#endif
35
36
void
MUMPS_CALL
mumps_elapse
(
double
*val);
mumps_elapse
void MUMPS_CALL mumps_elapse(double *val)
Definition
elapse.c:34
MUMPS_CALL
#define MUMPS_CALL
Definition
mumps_compat.h:35
engine
extlib
MUMPS_5.5.1
libseq
elapse.h
Generated by
1.15.0