Skip to content
Snippets Groups Projects
Commit db2d2863 authored by Franck Dary's avatar Franck Dary
Browse files

Added missing init in readTrace

parent 6455af09
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,9 @@ class Step() : ...@@ -62,6 +62,9 @@ class Step() :
self.stack = None self.stack = None
self.historyPop = None self.historyPop = None
self.history = None self.history = None
self.distance = 0
self.oracleIndex = 0
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment