diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2015-07-09 11:50:24 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2015-07-09 11:50:24 -0700 |
commit | 10e0f3c58dbe344ea8f22e66e2658bda75b40d03 (patch) | |
tree | e5b63ce519910a6a40f8e21e0b7f7b5f13b38d0f /src/map/if/if.h | |
parent | f4d72b2af23afccaf8f69d28adad5cecd9afc5da (diff) | |
download | abc-10e0f3c58dbe344ea8f22e66e2658bda75b40d03.tar.gz abc-10e0f3c58dbe344ea8f22e66e2658bda75b40d03.tar.bz2 abc-10e0f3c58dbe344ea8f22e66e2658bda75b40d03.zip |
Small changes to enable collecting results using &ps -D file.
Diffstat (limited to 'src/map/if/if.h')
-rw-r--r-- | src/map/if/if.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |