.issues/957a589d7c6c3fa8/new/1230356422.M300560P11955Q1.rufus
author Dmitriy Morozov <dmitriy@mrzv.org>
Sat, 27 Dec 2008 14:33:25 -0800
branchdev
changeset 100 884f70adc576
child 121 b2103b289f06
permissions -rw-r--r--
Commit before merging in Python branch: * converted more examples: poincare, rips, some fitness * two generators for Rips complexes * ChainWrapper uses stl algorithms for everything, added CountingBackInserter and switched SizeStorage to use operators * retabbing files along the way * added #957a (namespace dionysus)

From: Dmitriy Morozov <dmitriy@mrzv.org>
Date: Fri, 26 Dec 2008 21:34:29
State: new
Subject: namespace dionysus
Message-Id: <957a589d7c6c3fa8-0-artemis@rufus>

Put everything in namespace dionysus. Besides making things more organized, it
will also allow us to get rid of the problem of having to typedef Simplex<...>
to Smplx. If it were in dionysus namespace, then 
`typedef dionysus::Simplex<...> Simplex;` would work.