Skip to content
Snippets Groups Projects
Commit 4b92c108 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2257 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 0d27c1f8
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ switch t ...@@ -143,7 +143,7 @@ switch t
end end
% Pair Potentials % Pair Potentials
n_pair = ntypes + (factorial(ntypes)/2); n_pair = ntypes * (ntypes + 1) / 2;
for np = 1 : 1 : n_pair for np = 1 : 1 : n_pair
for i = 1 : 1 : nr/5 for i = 1 : 1 : nr/5
pair(i,:,np) = str2num(fgetl(fid)); pair(i,:,np) = str2num(fgetl(fid));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment