summaryrefslogtreecommitdiffstats
path: root/matlab
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-02-08 10:43:35 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2017-02-08 14:39:00 +0100
commitebd5fe932fd2d6c4a516bc1cdc69e37aa4f5cf55 (patch)
treea1e6c2bc3413e5a06d1e6d77a13dc2c2c9146421 /matlab
parent1d851f0a8fa093e044c7264569cc6f88df39a16e (diff)
downloadastra-ebd5fe932fd2d6c4a516bc1cdc69e37aa4f5cf55.tar.gz
astra-ebd5fe932fd2d6c4a516bc1cdc69e37aa4f5cf55.tar.bz2
astra-ebd5fe932fd2d6c4a516bc1cdc69e37aa4f5cf55.tar.xz
astra-ebd5fe932fd2d6c4a516bc1cdc69e37aa4f5cf55.zip
Make python -sinocone a synonym of -sino.
The matlab interface already behaves like this.
Diffstat (limited to 'matlab')
-rw-r--r--matlab/mex/astra_mex_data3d_c.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/mex/astra_mex_data3d_c.cpp b/matlab/mex/astra_mex_data3d_c.cpp
index 2dca3b8..f0aa3c8 100644
--- a/matlab/mex/astra_mex_data3d_c.cpp
+++ b/matlab/mex/astra_mex_data3d_c.cpp
@@ -60,7 +60,7 @@ using namespace astra;
//-----------------------------------------------------------------------------------------
/**
* id = astra_mex_io_data('create', datatype, geometry, data);
- * datatype: ['-vol','-sino','-sinocone']
+ * datatype: ['-vol','-sino']
*/
void astra_mex_data3d_create(int& nlhs, mxArray* plhs[], int& nrhs, const mxArray* prhs[])
{