apply ACF when writing to atomic group

This commit is contained in:
Michael Davidsaver
2022-06-28 19:54:21 -07:00
parent 397a061d72
commit 26f55cf6ce

View File

@ -378,7 +378,7 @@ void PDBGroupPut::put(pvd::PVStructure::shared_pointer const & value,
for(size_t i=0; ret && i<npvs; i++) { for(size_t i=0; ret && i<npvs; i++) {
if(!putpvif[i].get()) continue; if(!putpvif[i].get()) continue;
ret |= putpvif[i]->get(*changed, doProc); ret |= putpvif[i]->get(*changed, doProc, channel->aspvt[i].canWrite());
} }
} else { } else {