Changeset 617 for trunk/clustr
- Timestamp:
- 04/10/09 17:51:08 (8 months ago)
- Files:
-
- trunk/clustr/LICENSE (modified) (1 diff)
- trunk/clustr/README (modified) (2 diffs)
- trunk/clustr/clustr.cpp (modified) (2 diffs)
- trunk/clustr/clustr.h (modified) (2 diffs)
- trunk/clustr/component.cpp (modified) (1 diff)
- trunk/clustr/polygon.cpp (modified) (1 diff)
- trunk/clustr/shapefile.cpp (modified) (1 diff)
- trunk/clustr/shapefile.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/clustr/LICENSE
r460 r617 1 1 Clustr. 2 2 3 Copyright (c) 2007-200 8Yahoo! Inc. All rights reserved. This code is free3 Copyright (c) 2007-2009 Yahoo! Inc. All rights reserved. This code is free 4 4 software; you can redistribute it and/or modify it under the terms of the GNU 5 5 General Public License (GPL), version 2 ONLY. trunk/clustr/README
r461 r617 2 2 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 3 3 written by Schuyler Erle <schuyler@nocat.net> 4 (c) 2007-200 8Yahoo! Inc.4 (c) 2007-2009 Yahoo! Inc. 5 5 6 6 Overview … … 76 76 ------- 77 77 78 Copyright (c) 2007-200 8Yahoo! Inc.78 Copyright (c) 2007-2009 Yahoo! Inc. 79 79 80 80 All rights reserved. This code is free software; you can redistribute it trunk/clustr/clustr.cpp
r461 r617 1 1 /* 2 Clustr. Copyright (c) 2007-200 8Yahoo! Inc.2 Clustr. Copyright (c) 2007-2009 Yahoo! Inc. 3 3 4 4 All rights reserved. This code is free software; you can redistribute it … … 283 283 } 284 284 if (tag != previous) { 285 construct_output(config, *shape, pts, tag); 285 construct_output(config, *shape, pts, previous); 286 previous = tag; 286 287 pts.clear(); 287 288 } trunk/clustr/clustr.h
r461 r617 1 1 /* 2 Clustr. Copyright (c) 2007-200 8Yahoo! Inc.2 Clustr. Copyright (c) 2007-2009 Yahoo! Inc. 3 3 4 4 All rights reserved. This code is free software; you can redistribute it … … 17 17 #define CLUSTR_H 18 18 19 #define VERSION "0.2 "19 #define VERSION "0.21" 20 20 #define AUTHOR "Schuyler Erle <schuyler@nocat.net>" 21 #define COPYRIGHT "(c) 2007-200 8Yahoo!, Inc."21 #define COPYRIGHT "(c) 2007-2009 Yahoo!, Inc." 22 22 23 23 #include <CGAL/Simple_cartesian.h> trunk/clustr/component.cpp
r460 r617 1 1 /* 2 Clustr. Copyright (c) 2007-200 8Yahoo! Inc.2 Clustr. Copyright (c) 2007-2009 Yahoo! Inc. 3 3 4 4 All rights reserved. This code is free software; you can redistribute it trunk/clustr/polygon.cpp
r460 r617 1 1 /* 2 Clustr. Copyright (c) 2007-200 8Yahoo! Inc.2 Clustr. Copyright (c) 2007-2009 Yahoo! Inc. 3 3 4 4 All rights reserved. This code is free software; you can redistribute it trunk/clustr/shapefile.cpp
r460 r617 1 1 /* 2 Clustr. Copyright (c) 2007-200 8Yahoo! Inc.2 Clustr. Copyright (c) 2007-2009 Yahoo! Inc. 3 3 4 4 All rights reserved. This code is free software; you can redistribute it trunk/clustr/shapefile.h
r460 r617 1 1 /* 2 Clustr. Copyright (c) 2007-200 8Yahoo! Inc.2 Clustr. Copyright (c) 2007-2009 Yahoo! Inc. 3 3 4 4 All rights reserved. This code is free software; you can redistribute it