<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -54,7 +54,7 @@ class Edge
 {
 public:
 	// First vertex is the one that has this edge in adj Vector
-	Vertex	*dest;	// Destination vertex of an edge.
+	Vertex	*to;	// Destination vertex of an edge.
 	double	cost;
 
 	/**
@@ -63,7 +63,7 @@ public:
 	 *	@param Vertex*
 	 *	@param double
 	 */
-	Edge( Vertex *d = 0, double c = 0.0 ) : dest(d), cost(c) { }
+	Edge( Vertex *d = 0, double c = 0.0 ) : to(d), cost(c) { }
 
 }
 </diff>
      <filename>graf.h</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8d5987744e5d12d6d2b64ac4bc9dbf4f909bfe90</id>
    </parent>
  </parents>
  <author>
    <name>Pawel Ptaszynski</name>
    <email>pptaszynski@gmail.com</email>
  </author>
  <url>http://github.com/pptaszynski/aisdi-graf/commit/314a727ab6223c9b5c9ec8bde7d1c58f78f7bef7</url>
  <id>314a727ab6223c9b5c9ec8bde7d1c58f78f7bef7</id>
  <committed-date>2008-06-11T16:36:15-07:00</committed-date>
  <authored-date>2008-06-11T16:36:15-07:00</authored-date>
  <message>Some variable name change</message>
  <tree>f06571003a879eabc874aafc23b6e79c231ec9e7</tree>
  <committer>
    <name>Pawel Ptaszynski</name>
    <email>pptaszynski@gmail.com</email>
  </committer>
</commit>
