diff options
| author | tylov <[email protected]> | 2023-07-11 16:36:55 +0200 |
|---|---|---|
| committer | tylov <[email protected]> | 2023-07-11 16:36:55 +0200 |
| commit | afc968975a057f5b2653e3cfa51ef2eff83a8d5b (patch) | |
| tree | f0100b3ae35cd2a77a9648812e6e2ce198676f47 /misc/examples/multidim.c | |
| parent | 8debe47bc014c41b6cf8082dcef4b87e4ef29cfa (diff) | |
| download | STC-modified-afc968975a057f5b2653e3cfa51ef2eff83a8d5b.tar.gz STC-modified-afc968975a057f5b2653e3cfa51ef2eff83a8d5b.zip | |
Internal updates and doc reorg.
Diffstat (limited to 'misc/examples/multidim.c')
| -rw-r--r-- | misc/examples/multidim.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/examples/multidim.c b/misc/examples/multidim.c index df8f485d..43c21443 100644 --- a/misc/examples/multidim.c +++ b/misc/examples/multidim.c @@ -28,7 +28,6 @@ int main() } puts("ss3 = ms3[:, 1:3, 1:3]"); ispan3 ss3 = ms3; - //cspan_slice(&ss3, {c_ALL}, {1,3}, {1,3}); ss3 = cspan_slice(ispan3, &ms3, {c_ALL}, {1,3}, {1,3}); for (int i=0; i != ss3.shape[0]; i++) { |
