Skip to content

Commit

Permalink
+ fixes #1696: Quantity.getValueAs('rad') touches the Property
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Aug 18, 2014
1 parent 3198c42 commit 8943ef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Base/QuantityPy.xml
Expand Up @@ -27,14 +27,14 @@ Quantity(string) -- arbitrary mixture of numbers and chars defining a Quantity
</UserDocu>
<DeveloperDocu>Quantity</DeveloperDocu>
</Documentation>
<Methode Name="getUserPreferred">
<Methode Name="getUserPreferred" Const="true">
<Documentation>
<UserDocu>
returns a quantity with the translation factor and a string with the prevered unit
</UserDocu>
</Documentation>
</Methode>
<Methode Name="getValueAs">
<Methode Name="getValueAs" Const="true">
<Documentation>
<UserDocu>
returns a floating point value as the provided unit
Expand Down

0 comments on commit 8943ef5

Please sign in to comment.