Skip to content
Snippets Groups Projects
Commit 1ba435ee authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7000 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent cd6cff61
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ void DumpCFG::write_data(int n, double *mybuf)
fprintf(fp,vformat[j],static_cast<int> (rbuf[i][j]));
else fprintf(fp,vformat[j],rbuf[i][j]);
}
else
else {
// Unwrapped scaled coordinates are shifted to
// center of expanded box, to prevent
......@@ -234,7 +234,7 @@ void DumpCFG::write_data(int n, double *mybuf)
fprintf(fp,vformat[j],static_cast<int> (rbuf[i][j]));
else fprintf(fp,vformat[j],rbuf[i][j]);
}
}
fprintf(fp,"\n");
}
}
......
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