File: macros.inc

package info (click to toggle)
fortran-stdlib 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 34,008 kB
  • sloc: f90: 24,178; ansic: 1,244; cpp: 623; python: 119; makefile: 13
file content (54 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
!Default: compile the ansi module
#if !defined STDLIB_ANSI
#define STDLIB_ANSI 1
#endif

!Default: compile the bitsets module
#if !defined STDLIB_BITSETS
#define STDLIB_BITSETS 1
#endif

!Default: compile the hashmaps module
#if !defined STDLIB_HASHMAPS
#define STDLIB_HASHMAPS 1
#endif

!Default: compile the io module
#if !defined STDLIB_IO
#define STDLIB_IO 1
#endif

!Default: compile the linalg_iterative module
#if !defined STDLIB_LINALG_ITERATIVE
#define STDLIB_LINALG_ITERATIVE 1
#endif

!Default: compile the logger module
#if !defined STDLIB_LOGGER
#define STDLIB_LOGGER 1
#endif

!Default: compile the quadrature module
#if !defined STDLIB_QUADRATURE
#define STDLIB_QUADRATURE 1
#endif

!Default: compile the specialmatrices module
#if !defined STDLIB_SPECIALMATRICES
#define STDLIB_SPECIALMATRICES 1
#endif

!Default: compile the stringlist module
#if !defined STDLIB_STRINGLIST
#define STDLIB_STRINGLIST 1
#endif

!Default: compile the system module
#if !defined STDLIB_SYSTEM
#define STDLIB_SYSTEM 1
#endif

!Default: compile the stats module
#if !defined STDLIB_STATS
#define STDLIB_STATS 1
#endif