diff options
Diffstat (limited to 'src/H5.c')
-rw-r--r-- | src/H5.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1632,6 +1632,9 @@ H5_trace (double *returning, const char *func, const char *type, ...) case H5D_FILL_TIME_NEVER: fprintf (out, "H5D_FILL_TIME_NEVER"); break; + case H5D_FILL_TIME_IFSET: + fprintf (out, "H5D_FILL_TIME_IFSET"); + break; } } break; |