2114: More on the documnention of the test on complexes.

https://svn.lrde.epita.fr/svn/oln/trunk/milena Index: ChangeLog from Roland Levillain <roland@lrde.epita.fr> More on the documnention of the test on complexes. * tests/core/complex.cc: Add the adjacent graph of the complex in comment. complex.cc | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) Index: tests/core/complex.cc --- tests/core/complex.cc (revision 2114) +++ tests/core/complex.cc (working copy) @@ -37,18 +37,21 @@ { using namespace mln; - /* A 2-d (simplicial) complex. + /* A 2-d (simplicial) complex and its adjacency graph. v0 e3 v3 - o-----------o - / \ / - / \ t2 / - e0 / \ / e4 - / t1 \e1 / - / \ / - o-----------o + o-----------o v0----e3----v3 + / \ ,-----. / / \ | / + / . \ \ t2/ / / \ t2 / + e0 / / \ e1\ / / e4 e0. ,e1� `e4 + / /t1 \ \ ' / / t1 \ / + / `-----' \ / / | \ / + o-----------o v1----e2----v2 v1 e2 v2 + v = vertex + e = edge + t = triangle */
participants (1)
-
Roland Levillain