Cosmetics.
[mtp.git] / tracker.h
index 9d3e018..de6931d 100644 (file)
--- a/tracker.h
+++ b/tracker.h
@@ -33,7 +33,6 @@ class Tracker {
   int *_entrances, *_exits;
 
   MTPGraph *_graph;
-  int *_edge_occupation;
   scalar_t *_edge_lengths;
 public:
   Tracker(int nb_time_steps, int nb_locations);