summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abc.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-02-11 20:30:53 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2014-02-11 20:30:53 -0800
commit56110efaad8632be57668a6a5ea8dcaa8199bdfd (patch)
treef94d3acc05d3f2edf89a147f1e0cced42219a9da /src/base/abci/abc.c
parent818aa231ce160e68ef6403a51b72c0e642a8a7ea (diff)
downloadabc-56110efaad8632be57668a6a5ea8dcaa8199bdfd.tar.gz
abc-56110efaad8632be57668a6a5ea8dcaa8199bdfd.tar.bz2
abc-56110efaad8632be57668a6a5ea8dcaa8199bdfd.zip
Experiments with inductive don't-cares.
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r--src/base/abci/abc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c
index fab0bb27..3231c16a 100644
--- a/src/base/abci/abc.c
+++ b/src/base/abci/abc.c
@@ -4720,7 +4720,7 @@ int Abc_CommandMfs2( Abc_Frame_t * pAbc, int argc, char ** argv )
}
if ( fIndDCs )
{
- if ( pAbc->nIndFrames <= 1 )
+ if ( pAbc->nIndFrames <= 0 )
{
Abc_Print( -1, "The number of k-inductive frames is not specified.\n" );
return 1;