mirror of https://github.com/ecmwf/eccodes.git
Clean up
This commit is contained in:
parent
718d71850e
commit
064a1b8db6
|
@ -40,14 +40,14 @@ grib_dumper* grib_dumper_factory(const char* op, grib_handle* h, FILE* out, unsi
|
|||
d->depth = 0;
|
||||
d->handle = h;
|
||||
d->cclass = c;
|
||||
d->option_flags = option_flags;
|
||||
d->option_flags = option_flags;
|
||||
d->arg = arg;
|
||||
d->out = out;
|
||||
grib_init_dumper(d);
|
||||
grib_context_log(h->context,GRIB_LOG_DEBUG,"Creating dumper of type : %s ", op);
|
||||
return d;
|
||||
}
|
||||
grib_context_log(h->context,GRIB_LOG_ERROR,"Unknown type : %s for dumper", op);
|
||||
grib_context_log(h->context,GRIB_LOG_ERROR,"Unknown type : '%s' for dumper", op);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue