Issue Details (XML | Word | Printable)

Key: BOO-174
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Rodrigo B. de Oliveira
Reporter: Bill Wood
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

Assignment operator bug

Created: 07/Nov/04 05:03 PM   Updated: 08/Nov/04 07:34 AM
Component/s: Parser
Affects Version/s: 0.4
Fix Version/s: 0.5

Time Tracking:
Not Specified


 Description  « Hide
Yep. Parser bug-a-boo.

On Sun, 7 Nov 2004 13:43:10 -0500, William Wood <william.wood@gsk.com> wrote:
> Why does this work:
>
> rx2 = ri2 = 0.0
> rx = ri = 0.0
>
> but this doesn't:
>
> rx2 = ri2 = rx = ri = 0.0
>
> bug-a-boo?
>
>



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Rodrigo B. de Oliveira added a comment - 08/Nov/04 07:34 AM
Fixed in the repository. Thanks for the report!