mirror of
https://bitbucket.org/Mattrixwv/projecteulerjava.git
synced 2025-12-07 01:23:56 -05:00
Fixed bug causing error on multiple runs
This commit is contained in:
@@ -364,6 +364,7 @@ public class Problem67 extends Problem{
|
|||||||
//Reset the problem so it can be run again
|
//Reset the problem so it can be run again
|
||||||
public void reset(){
|
public void reset(){
|
||||||
super.reset();
|
super.reset();
|
||||||
|
list.clear();
|
||||||
foundPoints.clear();
|
foundPoints.clear();
|
||||||
possiblePoints.clear();
|
possiblePoints.clear();
|
||||||
actualTotal = 0;
|
actualTotal = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user