summaryrefslogtreecommitdiff
path: root/texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Mixsub.sci
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Mixsub.sci')
-rw-r--r--texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Mixsub.sci18
1 files changed, 0 insertions, 18 deletions
diff --git a/texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Mixsub.sci b/texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Mixsub.sci
deleted file mode 100644
index e3e281f3..00000000
--- a/texmf-dist/scripts/ketcindy/ketlib/ketpic2escifiles6/Mixsub.sci
+++ /dev/null
@@ -1,18 +0,0 @@
-// 08.05.19
-// 08.05.20 debugged
-// 08.06.02
-
-// Structure changed
-// 09.10.11
-
-function M=Mixsub(Rg,PL)
- M=list();
- N=Mixlength(PL);
- for I=Rg
- if I>N
- return;
- end;
- M($+1)=PL(I);
- end;
-endfunction
-