We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d200b0d commit 547516eCopy full SHA for 547516e
1 file changed
diag_manager/diag_data.F90
@@ -335,9 +335,9 @@ MODULE diag_data_mod
335
class(*), allocatable :: att_value(:) !< Value of the attribute
336
character(len=:), allocatable :: att_name !< Name of the attribute
337
contains
338
- #ifndef __NVCOMPILER
+#ifndef __NVCOMPILER
339
procedure :: add => fms_add_attribute
340
- #endif
+#endif
341
procedure :: write_metadata
342
end type fmsDiagAttribute_type
343
! Include variable "version" to be written to log file.
0 commit comments