- Workaround for bug with plotting when given INF value.
authorrichardgraham <richardgraham@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 14 Sep 2012 05:34:21 +0000 (05:34 +0000)
committerrichardgraham <richardgraham@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 14 Sep 2012 05:34:21 +0000 (05:34 +0000)
commit4d321a87d1528772484d666d86f76ece8f5b8117
treed295fdfc9dfe5869f6baf1b10c5a4f074b5136e5
parent6218a2daf6c70fb87a2897f0cf5688a6d2f448f3
- Workaround for bug with plotting when given INF value.
- Fixed bug with hashing which was not dependent on symbol and would thus give same hash for the range expressions applied to a different variable
- Fixed bug with hashing in which a < could weirdly show up due to unhandled - sign in original string hash

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@1023 180e2498-e6e9-4542-8430-84ac67f01cd8
core/src/net/sf/openrocket/simulation/customexpression/CustomExpression.java