liberty scale scalar values
This commit is contained in:
parent
8ff25b6c3b
commit
035c9c3cee
|
|
@ -3934,7 +3934,7 @@ LibertyReader::makeFloatTable(LibertyAttr *attr,
|
||||||
}
|
}
|
||||||
else if (value->isFloat())
|
else if (value->isFloat())
|
||||||
// Scalar value.
|
// Scalar value.
|
||||||
row->push_back(value->floatValue());
|
row->push_back(value->floatValue() * scale);
|
||||||
else
|
else
|
||||||
libWarn(attr, "%s is not a list of floats.\n", attr->name());
|
libWarn(attr, "%s is not a list of floats.\n", attr->name());
|
||||||
if (row->size() != cols) {
|
if (row->size() != cols) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue