mirror of https://github.com/ecmwf/eccodes.git
update
This commit is contained in:
parent
b24cb41402
commit
101337a1f5
|
@ -332,10 +332,6 @@ CLASSES = dict(
|
|||
dumper=Dumper,
|
||||
)
|
||||
|
||||
|
||||
substitutions_re = {r"#define (\w+) (-?\d+)": r"const int \1 = \2;"}
|
||||
|
||||
|
||||
def make_class(path):
|
||||
in_def = False
|
||||
in_imp = False
|
||||
|
|
Loading…
Reference in New Issue