Rename template to sample

This commit is contained in:
shahramn 2024-03-01 23:34:18 +00:00
parent e24fdb90f1
commit 278ee348c4
1 changed files with 1 additions and 1 deletions

View File

@ -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);