diff options
Diffstat (limited to 'src/graphlayout.cpp')
| -rw-r--r-- | src/graphlayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphlayout.cpp b/src/graphlayout.cpp index 437c147ca..ff00370bd 100644 --- a/src/graphlayout.cpp +++ b/src/graphlayout.cpp @@ -58,7 +58,7 @@ struct CheckProgress: TestConvergence { , rs(rs) , nodelookup(nodelookup) {} - bool operator()(const double new_stress, valarray<double> & X, valarray<double> & Y) { + bool operator()(const double new_stress, valarray<double> & X, valarray<double> & Y) override { /* This is where, if we wanted to animate the layout, we would need to update * the positions of all objects and redraw the canvas and maybe sleep a bit cout << "stress="<<new_stress<<endl; |
