mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3133 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
c31529344b
commit
14254f023a
|
@ -192,10 +192,6 @@ c allocate coeff memory
|
|||
allocate(phirar5(nr,(neltypes*(neltypes+1))/2))
|
||||
allocate(phirar6(nr,(neltypes*(neltypes+1))/2))
|
||||
|
||||
c HACK for debug: compute phi_meam for NiC equilibrium spacing
|
||||
r = 2.007
|
||||
phitmp = phi_meam(r,1,2)
|
||||
|
||||
c loop over pairs of element types
|
||||
nv2 = 0
|
||||
do a = 1,neltypes
|
||||
|
|
Loading…
Reference in New Issue