Skip to content

Commit

Permalink
Remove default value for attribute 'realm'
Browse files Browse the repository at this point in the history
  • Loading branch information
mauzey1 committed May 2, 2024
1 parent 92e3efd commit eb74e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/cmor_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void cmor_init_table(cmor_table_t * table, int id)
table->cmor_version = 3.0;
table->mip_era[0] = '\0';
table->szTable_id[0] = '\0';
strcpy(table->realm, "REALM");
table->realm[0] = '\0';
table->date[0] = '\0';
table->missing_value = 1.0e+20;
table->int_missing_value = 2147483647;
Expand Down

0 comments on commit eb74e72

Please sign in to comment.