Changeset 617 for trunk/clustr

Show
Ignore:
Timestamp:
04/10/09 17:51:08 (8 months ago)
Author:
aaron
Message:

update to 0.21: patch from mattb to make multi-tags files work

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/clustr/LICENSE

    r460 r617  
    11Clustr. 
    22 
    3 Copyright (c) 2007-2008 Yahoo! Inc.  All rights reserved.  This code is free 
     3Copyright (c) 2007-2009 Yahoo! Inc.  All rights reserved.  This code is free 
    44software; you can redistribute it and/or modify it under the terms of the GNU 
    55General Public License (GPL), version 2 ONLY.    
  • trunk/clustr/README

    r461 r617  
    22-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 
    33written by Schuyler Erle <schuyler@nocat.net> 
    4 (c) 2007-2008 Yahoo! Inc. 
     4(c) 2007-2009 Yahoo! Inc. 
    55 
    66Overview 
     
    7676------- 
    7777 
    78 Copyright (c) 2007-2008 Yahoo! Inc. 
     78Copyright (c) 2007-2009 Yahoo! Inc. 
    7979 
    8080All rights reserved.  This code is free software; you can redistribute it 
  • trunk/clustr/clustr.cpp

    r461 r617  
    11/* 
    2 Clustr.  Copyright (c) 2007-2008 Yahoo! Inc. 
     2Clustr.  Copyright (c) 2007-2009 Yahoo! Inc. 
    33 
    44All rights reserved.  This code is free software; you can redistribute it 
     
    283283        } 
    284284        if (tag != previous) { 
    285             construct_output(config, *shape, pts, tag); 
     285            construct_output(config, *shape, pts, previous); 
     286            previous = tag; 
    286287            pts.clear(); 
    287288        } 
  • trunk/clustr/clustr.h

    r461 r617  
    11/* 
    2 Clustr.  Copyright (c) 2007-2008 Yahoo! Inc. 
     2Clustr.  Copyright (c) 2007-2009 Yahoo! Inc. 
    33 
    44All rights reserved.  This code is free software; you can redistribute it 
     
    1717#define CLUSTR_H 
    1818 
    19 #define VERSION     "0.2
     19#define VERSION     "0.21
    2020#define AUTHOR      "Schuyler Erle <schuyler@nocat.net>" 
    21 #define COPYRIGHT   "(c) 2007-2008 Yahoo!, Inc." 
     21#define COPYRIGHT   "(c) 2007-2009 Yahoo!, Inc." 
    2222 
    2323#include <CGAL/Simple_cartesian.h> 
  • trunk/clustr/component.cpp

    r460 r617  
    11/* 
    2 Clustr.  Copyright (c) 2007-2008 Yahoo! Inc. 
     2Clustr.  Copyright (c) 2007-2009 Yahoo! Inc. 
    33 
    44All rights reserved.  This code is free software; you can redistribute it 
  • trunk/clustr/polygon.cpp

    r460 r617  
    11/* 
    2 Clustr.  Copyright (c) 2007-2008 Yahoo! Inc. 
     2Clustr.  Copyright (c) 2007-2009 Yahoo! Inc. 
    33 
    44All rights reserved.  This code is free software; you can redistribute it 
  • trunk/clustr/shapefile.cpp

    r460 r617  
    11/* 
    2 Clustr.  Copyright (c) 2007-2008 Yahoo! Inc. 
     2Clustr.  Copyright (c) 2007-2009 Yahoo! Inc. 
    33 
    44All rights reserved.  This code is free software; you can redistribute it 
  • trunk/clustr/shapefile.h

    r460 r617  
    11/* 
    2 Clustr.  Copyright (c) 2007-2008 Yahoo! Inc. 
     2Clustr.  Copyright (c) 2007-2009 Yahoo! Inc. 
    33 
    44All rights reserved.  This code is free software; you can redistribute it