mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 23:32:42 +01:00
Author:halw
Date:2010-03-14T14:44:03.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@522 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -45,7 +45,7 @@ feature
|
||||
loop
|
||||
if ic.item then
|
||||
Result.extend (ic.target_index)
|
||||
across ((ic.target_index + ic.target_index) |..| l_tab.upper).new_cursor.with_step (ic.target_index) as id
|
||||
across ((ic.target_index * ic.target_index) |..| l_tab.upper).new_cursor.with_step (ic.target_index) as id
|
||||
loop
|
||||
l_tab [id.item] := False
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user