Skip to content

Commit 959fc79

Browse files
committed
format
1 parent 44fd439 commit 959fc79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/common/m_derived_types.fpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ module m_derived_types
1111
use m_constants !< Constants
1212

1313
use m_precision_select
14-
#:if chemistry
15-
use m_thermochem, only: num_species
16-
#:endif
14+
#:if chemistry
15+
use m_thermochem, only: num_species
16+
#:endif
1717

1818
implicit none
1919

20-
#:if not chemistry
21-
integer, parameter :: num_species = 1
22-
#:endif
20+
#:if not chemistry
21+
integer, parameter :: num_species = 1
22+
#:endif
2323

2424
!> Derived type adding the field position (fp) as an attribute
2525
type field_position

0 commit comments

Comments
 (0)