mirror of
https://bitbucket.org/Mattrixwv/projecteulerjava.git
synced 2025-12-06 17:13:58 -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
|
||||
public void reset(){
|
||||
super.reset();
|
||||
list.clear();
|
||||
foundPoints.clear();
|
||||
possiblePoints.clear();
|
||||
actualTotal = 0;
|
||||
|
||||
Reference in New Issue
Block a user