bug in pvaClientData; fix doxygen warning; update doc
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user