1 cc Parameters of the SCCOR term
2 double precision v1sccor,v2sccor,vlor1sccor,
3 & vlor2sccor,vlor3sccor,gloc_sc,
4 & dcostau,dsintau,dtauangle,dcosomicron,
6 integer nterm_sccor,isccortyp,nsccortyp,nlor_sccor
7 common/sccor/v1sccor(maxterm_sccor,3,20,20),
8 & v2sccor(maxterm_sccor,3,20,20),
9 & vlor1sccor(maxterm_sccor,20,20),
10 & vlor2sccor(maxterm_sccor,20,20),
11 & vlor3sccor(maxterm_sccor,20,20),gloc_sc(3,0:maxres2,10),
13 & dcostau(3,3,3,maxres2),dsintau(3,3,3,maxres2),
14 & dtauangle(3,3,3,maxres2),dcosomicron(3,3,3,maxres2),
15 & domicron(3,3,3,maxres2),
16 & nterm_sccor(ntyp,ntyp),isccortyp(ntyp),nsccortyp,
17 & nlor_sccor(ntyp,ntyp)