mirror of https://github.com/ecmwf/eccodes.git
Rename template to sample
This commit is contained in:
parent
e24fdb90f1
commit
278ee348c4
|
@ -62,7 +62,7 @@ int main(int argc, char* argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
if (resource_type == SAMPLE) {
|
if (resource_type == SAMPLE) {
|
||||||
full_path = get_external_template_path(c, resource_path);
|
full_path = get_external_sample_path(c, resource_path);
|
||||||
}
|
}
|
||||||
else if (resource_type == DEFINITION) {
|
else if (resource_type == DEFINITION) {
|
||||||
full_path = grib_context_full_defs_path(c, resource_path);
|
full_path = grib_context_full_defs_path(c, resource_path);
|
||||||
|
|
Loading…
Reference in New Issue