Skip to content

Commit

Permalink
Add missing ..code-block:: F90 in #DECLARE section of "Input for KPP
Browse files Browse the repository at this point in the history
Forgot to add it in the last update

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed May 18, 2022
1 parent f033968 commit 7bdf412
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/using_kpp/04_input_for_kpp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ following code in :ref:`Global`:
whereas :command:`#DECLARE VALUE` will generate this code instead:

.. code-block:: F90
! C - Concentration of all species
REAL(kind=dp), TARGET :: C(7)
!$OMP THREADPRIVATE( C )
Expand Down

0 comments on commit 7bdf412

Please sign in to comment.