OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
mumps_type_size.F File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine mumps_get_int_dbl_sizes (is, ds)

Function/Subroutine Documentation

◆ mumps_get_int_dbl_sizes()

subroutine mumps_get_int_dbl_sizes ( integer is,
integer ds )

Definition at line 14 of file mumps_type_size.F.

15 INTEGER IS, DS
16#if defined(t3e)
17 is = 8
18 ds = 16
19#else
20 is = 4
21 ds = 8
22#endif