- Age-dependet urgency calculation now normalizes.
This commit is contained in:
Johannes Schlatow
2011-12-17 19:08:31 +01:00
parent 3d33d90d57
commit 69fecbb2c0
4 changed files with 15 additions and 19 deletions

View File

@@ -117,7 +117,7 @@ private:
inline float urgency_next () const;
inline float urgency_due () const;
inline float urgency_blocking () const;
inline float urgency_age (float, float) const;
inline float urgency_age () const;
};
#endif