Skip to content

Commit

Permalink
wip #116: Fix comment about doPostRead usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ckampm committed Apr 14, 2020
1 parent 1ffe8e3 commit 81a98a3
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@ namespace ChimeraTK {
}
NDRegisterAccessor<UserType>::buffer_2D.resize(1);
NDRegisterAccessor<UserType>::buffer_2D[0].resize(numberOfWords);
// FIXME: Read seems to be the closest of what we do here;
// revise TraferType if incorrect
// FIXME Check hasNewData argument

// Call doPostRead here to initialize the data buffer
doPostRead(TransferType::read, true);
}
catch(...) {
Expand Down

0 comments on commit 81a98a3

Please sign in to comment.