We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebede1d commit 4363722Copy full SHA for 4363722
1 file changed
src/common/m_derived_types.fpp
@@ -11,15 +11,15 @@ module m_derived_types
11
use m_constants !< Constants
12
13
use m_precision_select
14
-#:if chemistry
15
- use m_thermochem, only: num_species
16
-#:endif
+ #:if chemistry
+ use m_thermochem, only: num_species
+ #:endif
17
18
implicit none
19
20
-#:if not chemistry
21
- integer, parameter :: num_species = 1
22
+ #:if not chemistry
+ integer, parameter :: num_species = 1
23
24
!> Derived type adding the field position (fp) as an attribute
25
type field_position
0 commit comments