summaryrefslogtreecommitdiffstats
path: root/SRC.FOR
diff options
context:
space:
mode:
Diffstat (limited to 'SRC.FOR')
-rw-r--r--SRC.FOR10
1 files changed, 10 insertions, 0 deletions
diff --git a/SRC.FOR b/SRC.FOR
new file mode 100644
index 0000000..cce31dd
--- /dev/null
+++ b/SRC.FOR
@@ -0,0 +1,10 @@
+ SUBROUTINE SRC(IPA,N,IND)
+ DIMENSION IPA(1),IP(10)
+ DO 10 I=1,N
+ A=IPA(I)
+ CALL DEBI(A,B)
+10 IP(I)=B
+ CALL VZV(IP,N,IS)
+ CALL NAST(IS,IND)
+ RETURN
+ END