Add index testing program.
[SXSI/TextCollection.git] / swcsa / buildFacade.c
index 4cd28fe..a9c4e38 100755 (executable)
@@ -597,7 +597,6 @@ int build_WCSA (uchar *text, ulong length, char *build_options, void **index) {
        //Stimation (Using Heap's law) of the number of different "meaningful" words.
        //sizeNValue=N_value;
        if(bytesFile<5000000) bytesFile = 5000000;
-
        sizeNValue = (unsigned long) floor(3.9* pow(bytesFile,0.70) );
 
        // Inicializes the arrays used to detect if a char is valid or not.