Change the implementation of ArrayUtils.range to include the stop value if it is...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 10 Aug 2012 20:03:21 +0000 (20:03 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 10 Aug 2012 20:03:21 +0000 (20:03 +0000)
commit9e426c00e4a50f6524d7ea0908ab92cf230b7ea2
tree34bff984a240619f381e9c658ebbd6ae0b946ddd
parent78f89d7f5527bb6d4077deb98bd51c10b79ade4e
Change the implementation of ArrayUtils.range to include the stop value if it is a multiple of step.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@968 180e2498-e6e9-4542-8430-84ac67f01cd8
core/src/net/sf/openrocket/util/ArrayUtils.java
core/test/net/sf/openrocket/util/ArrayUtilsTest.java