Ignore:
Timestamp:
11/29/15 18:04:54 (8 years ago)
Author:
oriona
Message:

Unused INit commented out. Command line information updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/simil_test.cpp

    r391 r451  
    5151        // too few parameters
    5252        printf("Too few parameters!\n");
    53         printf("Command line: [-names] <genotypesFile> <matchType> <w_dP> <w_dDEG> <w_dNEU> <w_dGEO> <ifFUZZY>\n\n");
     53        printf("Command line: [-names] <genotypesFile> <w_dP> <w_dDEG> <w_dNEU> <w_dGEO> \n\n");
    5454        printf("Parameters:\n");
    55         printf(" <genotypesFile> name of a file with genotypes (only f1 format is allowed)\n");
     55        printf(" <genotypesFile> name of a file with genotypes\n");
    5656        printf(" <w_dP> weight of the difference in the number of parts\n");
    5757        printf(" <w_dDEG> weight of the difference in degrees of matched parts\n");
     
    103103        if (nResult != 1)
    104104        {
    105             // <w_dP> is not a number -- error
     105            // <w_dX> is not a number -- error
    106106            printf("%s", params[i]);
    107107            printf(" should be a number\n");
     
    110110        else
    111111        {
    112             // <w_dP> is a number; check if nonnegative
     112            // <w_dX> is a number; check if nonnegative
    113113            if (M.m_adFactors[ i ] < 0.0)
    114114            {
Note: See TracChangeset for help on using the changeset viewer.