diff options
author | Tim <tim.elberfeld@uantwerpen.be> | 2018-11-16 10:14:17 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-12-12 15:56:11 +0100 |
commit | 40979a6f4ab678a2f57ccaf8aede1156713e3bf8 (patch) | |
tree | 31262344ee3067691896f67a75d1655ed0cdd15c /build/linux | |
parent | c19b7e2a4a97ebc3a2c060d67a323e0e6fe66f91 (diff) | |
download | astra-40979a6f4ab678a2f57ccaf8aede1156713e3bf8.tar.gz astra-40979a6f4ab678a2f57ccaf8aede1156713e3bf8.tar.bz2 astra-40979a6f4ab678a2f57ccaf8aede1156713e3bf8.tar.xz astra-40979a6f4ab678a2f57ccaf8aede1156713e3bf8.zip |
add astra_plot_geom command and sample s024
Signed-off-by: Tim <tim.elberfeld@uantwerpen.be>
Diffstat (limited to 'build/linux')
-rw-r--r-- | build/linux/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/linux/Makefile.in b/build/linux/Makefile.in index 14df491..73d8279 100644 --- a/build/linux/Makefile.in +++ b/build/linux/Makefile.in @@ -529,9 +529,6 @@ install-matlab: $(MATLAB_MEX) install-matlab-so $(INSTALL_SH) -m 755 -d $(MATLABBASE)/algorithms/plot_geom/draw $(INSTALL_SH) -m 644 $(srcdir)/../../matlab/algorithms/plot_geom/draw/*.m $(MATLABBASE)/algorithms/plot_geom/draw - $(INSTALL_SH) -m 755 -d $(MATLABBASE)/algorithms/plot_geom/stl - $(INSTALL_SH) -m 644 $(srcdir)/../../matlab/algorithms/plot_geom/stl/*.stl $(MATLABBASE)/algorithms/plot_geom/stl - $(INSTALL_SH) -m 755 -d $(MATLABBASE)/algorithms/plot_geom/util $(INSTALL_SH) -m 644 $(srcdir)/../../matlab/algorithms/plot_geom/util/*.m $(MATLABBASE)/algorithms/plot_geom/util |