From 10e0f3c58dbe344ea8f22e66e2658bda75b40d03 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 9 Jul 2015 11:50:24 -0700 Subject: Small changes to enable collecting results using &ps -D file. --- src/map/if/if.h | 1 + src/map/if/ifCore.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/map') diff --git a/src/map/if/if.h b/src/map/if/if.h index 8616783b..9c891c3d 100644 --- a/src/map/if/if.h +++ b/src/map/if/if.h @@ -159,6 +159,7 @@ struct If_Par_t_ int fUseCoAttrs; // use CO attributes float DelayTargetNew;// new delay target float FinalDelay; // final delay after mapping + float FinalArea; // final area after mapping If_LibLut_t * pLutLib; // the LUT library float * pTimesArr; // arrival times float * pTimesReq; // required times diff --git a/src/map/if/ifCore.c b/src/map/if/ifCore.c index b7eb7bc0..0c9287a1 100644 --- a/src/map/if/ifCore.c +++ b/src/map/if/ifCore.c @@ -187,6 +187,7 @@ int If_ManPerformMappingComb( If_Man_t * p ) } */ p->pPars->FinalDelay = p->RequiredGlo; + p->pPars->FinalArea = p->AreaGlo; return 1; } -- cgit v1.2.3