Mercurial > repos > IBBoard
changeset 54:9a0009bc4455
Re #24: Add limit objects
* Put percentage limit in correct package
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Thu, 22 Oct 2009 19:33:09 +0000 |
parents | 12117b04ebc1 |
children | b52c2511a1e3 |
files | Limits/SimpleRoundedPercentageLimit.cs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Limits/SimpleRoundedPercentageLimit.cs Thu Oct 22 19:09:48 2009 +0000 +++ b/Limits/SimpleRoundedPercentageLimit.cs Thu Oct 22 19:33:09 2009 +0000 @@ -5,7 +5,7 @@ using System; using IBBoard.CustomMath; -namespace IBBoard +namespace IBBoard.Limits { /// <summary> /// A percentage-based limit that always either rounds up or down to the closest integer