diff options
Diffstat (limited to 'src/H5Opline.c')
-rw-r--r-- | src/H5Opline.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5Opline.c b/src/H5Opline.c index 280c8db..391c758 100644 --- a/src/H5Opline.c +++ b/src/H5Opline.c @@ -54,7 +54,9 @@ const H5O_class_t H5O_PLINE[1] = {{ NULL, /* link method */ NULL, /* get share method */ NULL, /* set share method */ - H5O_pline_debug, /* debug the message */ + NULL, /* copy native value to file */ + NULL, /* post copy native value to file */ + H5O_pline_debug /* debug the message */ }}; |