Skip to content
Snippets Groups Projects
Commit 0b0a8b91 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann :seedling:
Browse files

Why this typo was not detected by mpifort... thanks gnu

parent 387f35f0
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ CONTAINS
ikxs,ikxe,ikys,ikye,izs,ize, bar
USE array, ONLY: Capj, Caa, Cab_T, Cab_F, nadiab_moments
USE MPI
USE model, ONLY: GK_CO, Na, CLOS
USE model, ONLY: Na, CLOS
USE species, ONLY: nu_ab
IMPLICIT NONE
LOGICAL, INTENT(IN) :: GK_CO, INTERSPECIES
......@@ -101,7 +101,7 @@ CONTAINS
izs,ize,bar
USE array, ONLY: Caa, Cab_T, Cab_F
USE MPI
USE model, ONLY: GK_CO, Na, LINEARITY
USE model, ONLY: Na, LINEARITY
USE species, ONLY: name
USE futils
IMPLICIT NONE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment