Testing: grib_copy_key (arrays)

This commit is contained in:
Shahram Najm 2024-01-28 14:50:38 +00:00
parent 05de92a8f1
commit bacaabd32f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ int main(int argc, char* argv[])
fclose(in);
for (i = 0; i < keys_count; i++) {
printf("Copy key: %s\n", keys[i]);
printf("Copying key: %s\n", keys[i]);
err = codes_copy_key(hfrom, hto, keys[i], GRIB_TYPE_UNDEFINED);
CODES_CHECK(err, 0);
}