Project

General

Profile

« Previous | Next » 

Revision 6777e712

Added by Leszek Koltunski about 2 months ago

Lint

View differences:

src/main/java/org/distorted/objectlib/tablebases/TablebaseHelpers.java
88 88
    {
89 89
    fact[0] = 1;
90 90
    for(int i=1; i<MAX_PERM; i++) fact[i] = fact[i-1]*i;
91
    };
91
    }
92 92

  
93 93
///////////////////////////////////////////////////////////////////////////////////////////////////
94 94

  

Also available in: Unified diff