OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
mumps_pord.c File Reference
#include "mumps_pord.h"

Go to the source code of this file.

Functions

void MUMPS_CALL MUMPS_PORD_INTSIZE (MUMPS_INT *pord_intsize)

Function Documentation

◆ MUMPS_PORD_INTSIZE()

void MUMPS_CALL MUMPS_PORD_INTSIZE ( MUMPS_INT * pord_intsize)

Definition at line 21 of file mumps_pord.c.

22{
23#if defined(pord)
24# if defined(PORD_INTSIZE64) || defined(INTSIZE64)
25 *pord_intsize=64;
26# else
27 *pord_intsize=32;
28# endif
29#else
30 *pord_intsize=-99999;
31#endif
32}