Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix possible unintentional
flush()
call in decomposition
If the `strgp` uses decomposition, it does not `open()` the store and hence does not have `store_handle` to `flush()`. The strgp with decomposition should not call `flush()` store interface.
- Loading branch information