X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/014983949544db9a324cece29a0ccc46b1e3e1f3..86907b33d6c8f6f749d37a7bf9bcad5e6dcc0695:/options.cpp?ds=sidebyside diff --git a/options.cpp b/options.cpp index f881ad3..7a65a71 100644 --- a/options.cpp +++ b/options.cpp @@ -52,16 +52,16 @@ namespace opt { topologies_type topologies; topologies_type::topologies_type() { + NOL_INSERT("btree", "binary tree topologym intiial load at root", + deployment_btree); + NOL_INSERT("clique", "all connected topology", deployment_clique); + NOL_INSERT("hcube", "hypercube topology", deployment_hcube); NOL_INSERT("line", "line topology, initial load at one end", deployment_line); NOL_INSERT("ring", "ring topology", deployment_ring); NOL_INSERT("star", "star topology, initial load at center", deployment_star); - NOL_INSERT("clique", "all connected topology", deployment_clique); - NOL_INSERT("btree", "binary tree topologym intiial load at root", - deployment_btree); // NOL_INSERT("torus", "torus topology", deployment_torus); - NOL_INSERT("hcube", "hypercube topology", deployment_hcube); } } // namespace opt