From f16012bc28d05e62ef660500ca764c2a1ad5c633 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 29 Jan 2019 09:08:54 -0800 Subject: Adding new switch to simulation. --- src/misc/extra/extraUtilCfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc/extra') diff --git a/src/misc/extra/extraUtilCfs.c b/src/misc/extra/extraUtilCfs.c index b21dc445..66225e05 100644 --- a/src/misc/extra/extraUtilCfs.c +++ b/src/misc/extra/extraUtilCfs.c @@ -48,7 +48,7 @@ ABC_NAMESPACE_IMPL_START SeeAlso [] ***********************************************************************/ -void Extra_CommandCfs( Gia_Man_t * pGia, int Limit, int Reps, int UnseenUse, int RareUse, int fVerbose ) +void Extra_CommandCfs( Gia_Man_t * pGia, int Multi, int Limit, int Reps, int UnseenUse, int RareUse, int fVerbose ) { } -- cgit v1.2.3