summaryrefslogtreecommitdiffstats
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-rw-r--r--src/map/mpm/mpmPre.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/mpm/mpmPre.c b/src/map/mpm/mpmPre.c
index f3a4bb08..a1462342 100644
--- a/src/map/mpm/mpmPre.c
+++ b/src/map/mpm/mpmPre.c
@@ -894,7 +894,7 @@ void Ifd_ComputeSignature( word uTruth, int pCounts[6] )
}
Vec_IntSelectSort( pCounts, 6 );
}
-int Ifd_ManDsdTest()
+int Ifd_ManDsdTest33()
{
int nVars = 6;
Vec_Wrd_t * vTruths = Ifd_ManDsdTruths( nVars );
@@ -926,7 +926,7 @@ int Ifd_ManDsdTest()
SeeAlso []
***********************************************************************/
-int Ifd_ManDsdTest33()
+int Ifd_ManDsdTest()
{
int nVars = 6;
FILE * pFile;