Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2021-11-09 11:03:56 -07:00
parent d44cb526ec
commit adbcd4775f
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ SdfReader::setEdgeArcDelaysCondUse(Edge *edge,
{
float **values = triple->values();
float *value_min = values[triple_min_index_];
float *value_max = value_max = values[triple_max_index_];
float *value_max = values[triple_max_index_];
MinMax *min, *max;
if (cond_use_ == MinMaxAll::min()) {
min = MinMax::min();