Skip to content
Snippets Groups Projects
Commit cde3e258 authored by Yen-Chen Chen's avatar Yen-Chen Chen
Browse files

Fix falsely deleted nml variable (!104)

## What is the bug
The variable `nnml` is falsely deleted in !94

. Which causes error in dace that uses `nnml` from `mo_namelist`.
## How do you fix it
Add back the variable.

Merged-by: default avatarYen-Chen Chen <yen-chen.chen@kit.edu>
Changelog: bugfix
parent f4c6f063
No related branches found
No related tags found
1 merge request!104Fix falsely deleted nml variable
Pipeline #93411 canceled
......@@ -37,6 +37,7 @@ MODULE mo_namelist
PUBLIC :: open_nml_output
PUBLIC :: close_nml_output
PUBLIC :: nnml
! return values of function 'position_nml':
......
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