bug in pvaClientData; fix doxygen warning; update doc

This commit is contained in:
mrkraimer
2019-04-09 11:15:00 -04:00
parent fb6f4355f3
commit 150ac45de3
3 changed files with 5 additions and 4 deletions

View File

@@ -254,7 +254,7 @@ shared_vector<const double> PvaClientData::getDoubleArray()
if(pvValue) {
Type type = pvValue->getField()->getType();
if(type==scalarArray) {
PVScalarArrayPtr pvScalarArray = static_pointer_cast<PVScalarArray>(pvValue);
pvScalarArray = static_pointer_cast<PVScalarArray>(pvValue);
}
}
if(!pvScalarArray) {