diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-06-16 15:33:58 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-06-16 15:33:58 +0000 |
commit | 3555fedb614de2daace01be13226cbdcd5178093 (patch) | |
tree | 119e16aad566bc0fbae29fdd7b6830f86c9d3aef /alias/mtx_0x210x3d.c | |
parent | ad71083aec05b91319437a0e43af1d4d93c3c656 (diff) |
added roman's patch for more aliases
svn path=/trunk/externals/iem/iemmatrix/; revision=13663
Diffstat (limited to 'alias/mtx_0x210x3d.c')
-rw-r--r-- | alias/mtx_0x210x3d.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/alias/mtx_0x210x3d.c b/alias/mtx_0x210x3d.c new file mode 100644 index 0000000..cb2094b --- /dev/null +++ b/alias/mtx_0x210x3d.c @@ -0,0 +1,6 @@ +// alias for [mtx_!=] +#include "../src/mtx_neq.c" +void mtx_0x210x3d_setup() +{ + mtx_neq_setup(); +} |