From 6c05a397cd103088df36cbe4d20a03b56403357f Mon Sep 17 00:00:00 2001 From: Chris Mauzey Date: Thu, 8 Jan 2026 08:59:15 -0800 Subject: [PATCH] Allow users to set the value of variable attribute `long_name` --- Src/cmor_variables.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Src/cmor_variables.c b/Src/cmor_variables.c index ecfd51c3..e8f9ba9d 100644 --- a/Src/cmor_variables.c +++ b/Src/cmor_variables.c @@ -205,7 +205,6 @@ int cmor_set_variable_attribute(int id, char *attribute_name, char type, (strcmp(attribute_name, VARIABLE_ATT_MISSINGVALUES) == 0) || (strcmp(attribute_name, VARIABLE_ATT_FILLVAL) == 0) || (strcmp(attribute_name, VARIABLE_ATT_STANDARDNAME) == 0) || - (strcmp(attribute_name, VARIABLE_ATT_LONGNAME) == 0) || (strcmp(attribute_name, VARIABLE_ATT_FLAGVALUES) == 0) || (strcmp(attribute_name, VARIABLE_ATT_FLAGMEANING) == 0) || (strcmp(attribute_name, VARIABLE_ATT_COMMENT) == 0) ||