Skip to content

Commit

Permalink
#1554: DR: implement unpublish
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Oct 14, 2021
1 parent 430906d commit 16ed153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/datarep/handle.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void DR<T>::publish(DataVersionType version, U&& data) {

template <typename T>
void DR<T>::unpublish(DataVersionType version) {

theDR()->unpublishVersion<T>(handle_, version);
}


Expand Down

0 comments on commit 16ed153

Please sign in to comment.