Skip to content
Snippets Groups Projects
Commit 311d2b0a authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8514 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 601fb2f9
No related branches found
No related tags found
No related merge requests found
......@@ -125,11 +125,12 @@ void ReadCarFile(void)
atoms[k].molecule = m;
atoms[k].no = k;
fscanf(CarF,"%s %lf %lf %lf %*s %*s %s %s %f",
fscanf(CarF,"%s %lf %lf %lf %*s %d %s %s %f",
atoms[k].name,
&(atoms[k].x[0]),
&(atoms[k].x[1]),
&(atoms[k].x[2]),
&(atoms[k].molecule),
atoms[k].potential,
atoms[k].element,
&(atoms[k].q));
......
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