Try negative offsets first to mimic old behavior.

This commit is contained in:
Hermann Kraus 2012-08-21 22:18:53 +02:00
parent 020e79f53b
commit 8bc9561dd4

View file

@ -62,7 +62,7 @@ public:
double get() const
{
return value_;
return -value_;
}
bool next()