Fixed bug causing error on multiple runs

This commit is contained in:
2020-07-19 16:59:23 -04:00
parent 5e0f2a0c8e
commit b1f2c4cbf7

View File

@@ -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;