summaryrefslogtreecommitdiff
path: root/texmf-dist/scripts/ketcindy/ketlib/ketpicscifiles6/Mixlength.sci
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/scripts/ketcindy/ketlib/ketpicscifiles6/Mixlength.sci')
-rw-r--r--texmf-dist/scripts/ketcindy/ketlib/ketpicscifiles6/Mixlength.sci18
1 files changed, 0 insertions, 18 deletions
diff --git a/texmf-dist/scripts/ketcindy/ketlib/ketpicscifiles6/Mixlength.sci b/texmf-dist/scripts/ketcindy/ketlib/ketpicscifiles6/Mixlength.sci
deleted file mode 100644
index 6fd31749..00000000
--- a/texmf-dist/scripts/ketcindy/ketlib/ketpicscifiles6/Mixlength.sci
+++ /dev/null
@@ -1,18 +0,0 @@
-// 08.05.14 Data Structure
-// 08.05.23 Debugged
-
-// Structure changed
-// 09.10.11
-
-function Out=Mixlength(PL)
- if PL==[]
- Out=0;
- return
- end
- if Mixtype(PL)==1
- Out=size(PL,1);
- else
- Out=length(PL);
- end;
-endfunction
-