Commit 3f890022 authored by charlie's avatar charlie
Browse files

simplify to s0 call

parent 5f3f6e73
...@@ -58,8 +58,8 @@ struct contiguous ...@@ -58,8 +58,8 @@ struct contiguous
{ {
return inputs.front(); return inputs.front();
} }
auto lens = inputs.at(0).lens(); auto lens = s0.lens();
auto t = inputs.at(0).type(); auto t = s0.type();
return {t, lens}; return {t, lens};
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment