|
From: <md...@us...> - 2009-02-23 17:30:14
|
Revision: 6927
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6927&view=rev
Author: mdboom
Date: 2009-02-23 17:30:07 +0000 (Mon, 23 Feb 2009)
Log Message:
-----------
Add credit to Allen Haldane in comments.
Modified Paths:
--------------
branches/v0_98_5_maint/src/agg_py_path_iterator.h
Modified: branches/v0_98_5_maint/src/agg_py_path_iterator.h
===================================================================
--- branches/v0_98_5_maint/src/agg_py_path_iterator.h 2009-02-23 15:00:29 UTC (rev 6926)
+++ branches/v0_98_5_maint/src/agg_py_path_iterator.h 2009-02-23 17:30:07 UTC (rev 6927)
@@ -264,7 +264,7 @@
//are close to parallel, I calculate the distance moved perpendicular to the
//last line. Once it gets too big, the lines cannot be combined.
- // This code was originally written by someone else (John Hunter?) and I
+ // This code was originally written by Allen Haldane and I
// have modified to work in-place -- meaning not creating an entirely
// new path list each time. In order to do that without too much
// additional code complexity, it keeps a small queue around so that
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|