diff options
Diffstat (limited to 'src/removeoverlap/variable.h')
| -rw-r--r-- | src/removeoverlap/variable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/removeoverlap/variable.h b/src/removeoverlap/variable.h index 86e16737e..b1ab66c95 100644 --- a/src/removeoverlap/variable.h +++ b/src/removeoverlap/variable.h @@ -39,7 +39,7 @@ public: , visited(false) { } - inline double Variable::position() const { + inline double position() const { return block->posn+offset; } //double position() const; |
