summaryrefslogtreecommitdiffstats
path: root/src/proof/fra/fraSat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/fra/fraSat.c')
-rw-r--r--src/proof/fra/fraSat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/fra/fraSat.c b/src/proof/fra/fraSat.c
index fef642f5..38702d5e 100644
--- a/src/proof/fra/fraSat.c
+++ b/src/proof/fra/fraSat.c
@@ -512,7 +512,7 @@ int Fra_SetActivityFactors_rec( Fra_Man_t * p, Aig_Obj_t * pObj, int LevelMin, i
// set the factor of this variable
// (LevelMax-LevelMin) / (pObj->Level-LevelMin) = p->pPars->dActConeBumpMax / ThisBump
if ( p->pSat->factors == NULL )
- p->pSat->factors = ABC_CALLOC( double, p->pSat->size );
+ p->pSat->factors = ABC_CALLOC( double, p->pSat->cap );
p->pSat->factors[Fra_ObjSatNum(pObj)] = p->pPars->dActConeBumpMax * (pObj->Level - LevelMin)/(LevelMax - LevelMin);
veci_push(&p->pSat->act_vars, Fra_ObjSatNum(pObj));
// explore the fanins