aboutsummaryrefslogtreecommitdiff
path: root/pseudocode/operators/SLICE.tosac
diff options
context:
space:
mode:
Diffstat (limited to 'pseudocode/operators/SLICE.tosac')
-rw-r--r--pseudocode/operators/SLICE.tosac2
1 files changed, 1 insertions, 1 deletions
diff --git a/pseudocode/operators/SLICE.tosac b/pseudocode/operators/SLICE.tosac
index 0ae0214..b6f70c5 100644
--- a/pseudocode/operators/SLICE.tosac
+++ b/pseudocode/operators/SLICE.tosac
@@ -19,7 +19,7 @@ for_each(index in rank(shape1)) {
}
for_each(index in shape) {
- dim_t tmp_index = index;
+ shape_t tmp_index = index;
for(i = 0; i < rank(shape); i++) {
tmp_index[i] = index[i] + start[i];
}