diff options
Diffstat (limited to 'src/H5Omtime.c')
-rw-r--r-- | src/H5Omtime.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/H5Omtime.c b/src/H5Omtime.c index d3c2f3c..4244733 100644 --- a/src/H5Omtime.c +++ b/src/H5Omtime.c @@ -60,7 +60,9 @@ const H5O_class_t H5O_MTIME[1] = {{ NULL, /* link method */ NULL, /*get share method */ NULL, /*set share method */ - H5O_mtime_debug, /*debug the message */ + NULL, /* copy native value to file */ + NULL, /* post copy native value to file */ + H5O_mtime_debug /*debug the message */ }}; /* This message derives from H5O */ @@ -79,7 +81,9 @@ const H5O_class_t H5O_MTIME_NEW[1] = {{ NULL, /* link method */ NULL, /*get share method */ NULL, /*set share method */ - H5O_mtime_debug, /*debug the message */ + NULL, /* copy native value to file */ + NULL, /* post copy native value to file */ + H5O_mtime_debug /*debug the message */ }}; /* Current version of new mtime information */ |