File tree 1 file changed +3
-3
lines changed
src/test/java/de/tilman_neumann/jml/partitions
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 95
95
*
96
96
* No natural number is represented by more than 2 counts of partitions of multipartite numbers !?
97
97
*/
98
- public class MpiPartitionCountCoverageChecker {
98
+ public class MpiPartitionCountCoverageAnalyzer {
99
99
100
- private static final Logger LOG = LogManager .getLogger (MpiPartitionCountCoverageChecker .class );
100
+ private static final Logger LOG = LogManager .getLogger (MpiPartitionCountCoverageAnalyzer .class );
101
101
102
102
private static final boolean DEBUG = false ;
103
103
@@ -150,6 +150,6 @@ private static void go() {
150
150
*/
151
151
public static void main (String [] args ) {
152
152
ConfigUtil .initProject ();
153
- MpiPartitionCountCoverageChecker .go ();
153
+ MpiPartitionCountCoverageAnalyzer .go ();
154
154
}
155
155
}
You can’t perform that action at this time.
0 commit comments