]> Creatis software - CreaPhase.git/blobdiff - octave_packages/secs1d-0.0.8/PKG_DEL
Add a useful package (from Source forge) for octave
[CreaPhase.git] / octave_packages / secs1d-0.0.8 / PKG_DEL
diff --git a/octave_packages/secs1d-0.0.8/PKG_DEL b/octave_packages/secs1d-0.0.8/PKG_DEL
new file mode 100644 (file)
index 0000000..764aeb6
--- /dev/null
@@ -0,0 +1,7 @@
+
+if (! exist (fullfile (fileparts (mfilename ("fullpath")), "inst"), "dir"))
+dirlist= {"Utilities","DDG","DDN"};
+for ii=1:length(dirlist)
+rmpath ( [ fileparts( mfilename("fullpath")) "/" dirlist{ii}])
+end
+end