Cosmetics.
authorFrancois Fleuret <francois@fleuret.org>
Fri, 24 Aug 2012 00:30:27 +0000 (17:30 -0700)
committerFrancois Fleuret <francois@fleuret.org>
Fri, 24 Aug 2012 00:30:27 +0000 (17:30 -0700)
path.cc
tracker.h

diff --git a/path.cc b/path.cc
index d38b88b..1c5ecd1 100644 (file)
--- a/path.cc
+++ b/path.cc
@@ -18,8 +18,6 @@
 
 #include "path.h"
 
-//////////////////////////////////////////////////////////////////////
-
 Path::Path(int l) {
   length = l;
   nodes = new int[length];
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);