Skip to content

Commit 433b2f6

Browse files
committed
Fixes #133 | Fixes #52 | force [ci]
1 parent 2e5b7d8 commit 433b2f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/graph/layouts/graph_layouts_force.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
* - A linear cooling schedule decreases c4 from c4_init to c4_min over maxIterations,
4141
* damping displacement progressively so the layout settles rather than oscillating.
4242
* - Early exit when max displacement in an iteration falls below epsilon (convergence).
43+
*
4344
*/
4445
void Graph::layoutForceDirectedSpringEmbedder(const int maxIterations)
4546
{

0 commit comments

Comments
 (0)