Skip to content

Commit 8706a02

Browse files
authored
Fix bug in namelist for consistency check
1 parent 02b77b6 commit 8706a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lib/fortran_namelist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class InputCdnc:
204204
def __init__(self):
205205
self.variables = {'&cdnc_raw_data': {'icdnc_type'}}
206206

207-
self.variables = ({'&cdnc_io_extpar': {'cdnc_buffer_file'}})
207+
self.variables.update({'&cdnc_io_extpar': {'cdnc_buffer_file'}})
208208

209209

210210
class InputEmiss:

0 commit comments

Comments
 (0)