summaryrefslogtreecommitdiffstats
path: root/src/H5C2pkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5C2pkg.h')
-rw-r--r--src/H5C2pkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5C2pkg.h b/src/H5C2pkg.h
index 9111165..7646946 100644
--- a/src/H5C2pkg.h
+++ b/src/H5C2pkg.h
@@ -3617,7 +3617,7 @@ if ( ( (cache_ptr) == NULL ) || \
} else if ( (entry_ptr)->last_trans != 0 ) { \
\
HDassert( (cache_ptr)->mdj_enabled ); \
- HDassert( (cache_ptr)->trans_in_progress ); \
+ HDassert( (entry_ptr)->is_dirty ); \
H5C2__DLL_REMOVE((entry_ptr), \
((cache_ptr)->jwipl_head_ptr), \
((cache_ptr)->jwipl_tail_ptr), \