Changes between Version 2 and Version 3 of Ticket #617
- Timestamp:
- Jan 31, 2014, 11:49:29 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #617 – Description
v2 v3 14 14 update 3Dcube as c 15 15 set c 16 assign shift( 1, 5, 1)16 assign shift(5, 1, 1) 17 17 }}} 18 18 `shift(5, 1, 1)` means move slice 5 (arg 1) of dimension 1 (arg 2) for 1 (i.e. to slice 6). The 3rd argument could be -1 for example to shift to slice 4.