diff options
| author | Sebastian Wüst <sebi@timewaster.de> | 2013-10-28 17:23:42 +0000 |
|---|---|---|
| committer | Sebastian Wüst <sebi@timewaster.de> | 2013-10-28 17:23:42 +0000 |
| commit | c6ad2a34d38795059888d3c900dbf1047bfd5fdd (patch) | |
| tree | 88de58a63003bd2ea6edda9c895d3c0466a38e6b /src/libcola | |
| parent | text change (diff) | |
| parent | Fix for bug #1156394 (OCAL dialog: Close button in German localization contai... (diff) | |
| download | inkscape-c6ad2a34d38795059888d3c900dbf1047bfd5fdd.tar.gz inkscape-c6ad2a34d38795059888d3c900dbf1047bfd5fdd.zip | |
mrege from trunk
(bzr r12417.1.31)
Diffstat (limited to 'src/libcola')
| -rw-r--r-- | src/libcola/cola.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcola/cola.h b/src/libcola/cola.h index e1f19994e..a4b05fd92 100644 --- a/src/libcola/cola.h +++ b/src/libcola/cola.h @@ -120,7 +120,7 @@ public: maxiterations(maxiterations) { reset(); } virtual ~TestConvergence() {} - virtual bool operator()(double new_stress, double* X, double* Y) { + virtual bool operator()(double new_stress, double* /*X*/, double* /*Y*/) { //std::cout<<"iteration="<<iterations<<", new_stress="<<new_stress<<std::endl; if (old_stress == DBL_MAX) { old_stress = new_stress; |
