]> AND Private Git Repository - loba.git/blobdiff - deployment.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Add option "-v" (verbose).
[loba.git] / deployment.cpp
index d582dc66e6b5327b3544e7100276eec61ae1fe38..43505db780c6b35e22f8aa3ccba5170fd285441a 100644 (file)
@@ -134,6 +134,7 @@ void deployment_torus::generate()
             b = c;
     }
     unsigned width = b;
+    // here width == ceil(sqrt(size))
 
     unsigned first_on_last_line = (size() - 1) - (size() - 1) % width;
     DEBUG4("torus size = %u ; width = %u ; height = %u ; foll = %u",