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())
|
||||
// Scalar value.
|
||||
row->push_back(value->floatValue());
|
||||
row->push_back(value->floatValue() * scale);
|
||||
else
|
||||
libWarn(attr, "%s is not a list of floats.\n", attr->name());
|
||||
if (row->size() != cols) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue