.issues/e8659770a6824e01/new/1221008555.M475248P30017Q1.cole
author Aravindakshan Babu <akshan@stanford.edu>
Wed, 18 Aug 2010 12:05:18 -0700
branchdev
changeset 220 d07d77561661
parent 89 089d799d7ea2
permissions -rwxr-xr-x
Removed the points iterator in PersistenceDaigram; replaced it with a __iter__ method. Got rid of some python code in __init__.py, since it was not needed with the above change. Changed the docs to reflect this.

From: Dmitriy Morozov <morozov@cs.duke.edu>
Date: Wed, 09 Jan 2008 13:57:57 -0500
State: new
Subject: Change cout to rlog
Message-Id: <e8659770a6824e01-0-artemis@metatron>

In examples/grid/grid2Dvineyard.hpp (and in examples in general),
change the use of std::cout for logging information to rlog.
Naturally, create appropriate channels even if they are of only local
use.