From 0623102c16ecbf5ade1a7ef195659826a6f92548 Mon Sep 17 00:00:00 2001 From: Tim Dwyer Date: Wed, 10 May 2006 07:13:45 +0000 Subject: Apparently a problem was reported with one of the test cases. I can't reproduce the problem, however solve_VPSC code in inkscape was getting quite out of date with that in www.sf.net/projects/adaptagrams. I've updated the code, which may fix the problem, or at least if it's reported again then I'll know it's still an issue. (bzr r803) --- src/removeoverlap/variable.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/removeoverlap/variable.cpp') diff --git a/src/removeoverlap/variable.cpp b/src/removeoverlap/variable.cpp index 0cf2e28a7..1890f788e 100644 --- a/src/removeoverlap/variable.cpp +++ b/src/removeoverlap/variable.cpp @@ -1,12 +1,11 @@ /** - * \brief Remove overlaps function * * Authors: * Tim Dwyer * * Copyright (C) 2005 Authors * - * Released under GNU GPL. Read the file 'COPYING' for more information. + * Released under GNU LGPL. Read the file 'COPYING' for more information. */ #include "variable.h" std::ostream& operator <<(std::ostream &os, const Variable &v) { @@ -14,7 +13,3 @@ std::ostream& operator <<(std::ostream &os, const Variable &v) { return os; } -#include "block.h" -double Variable::position() const { - return block->posn+offset; -} -- cgit v1.2.3