v to double

This commit is contained in:
Matej Sekoranja
2012-03-30 12:36:15 +02:00
parent 3a68046c7c
commit d32a430dbf

View File

@@ -658,7 +658,7 @@ class MockChannel : public Channel {
String allProperties("alarm,timeStamp,display,control");
m_pvStructure.reset(getStandardPVField()->scalarArray(0,name,pvDouble,allProperties));
PVDoubleArray *pvField = static_cast<PVDoubleArray*>(m_pvStructure->getScalarArrayField(String("value"), pvDouble));
int v = 0;
double v = 0;
int ix = 0;
const int COUNT = 1000;