diff options
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 f1d78ff4..4505f6d4 100644 --- a/src/map/if/if.h +++ b/src/map/if/if.h @@ -98,6 +98,7 @@ struct If_Par_t_ int nFlowIters; // the number of iterations of area recovery int nAreaIters; // the number of iterations of area recovery int nGateSize; // the max size of the AND/OR gate to map into + int nNonDecLimit; // the max size of non-dec nodes float DelayTarget; // delay target float Epsilon; // value used in comparison floating point numbers int fPreprocess; // preprossing |