git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7000 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -217,7 +217,7 @@ void DumpCFG::write_data(int n, double *mybuf)
|
|||||||
fprintf(fp,vformat[j],static_cast<int> (rbuf[i][j]));
|
fprintf(fp,vformat[j],static_cast<int> (rbuf[i][j]));
|
||||||
else fprintf(fp,vformat[j],rbuf[i][j]);
|
else fprintf(fp,vformat[j],rbuf[i][j]);
|
||||||
}
|
}
|
||||||
else
|
else {
|
||||||
|
|
||||||
// Unwrapped scaled coordinates are shifted to
|
// Unwrapped scaled coordinates are shifted to
|
||||||
// center of expanded box, to prevent
|
// 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]));
|
fprintf(fp,vformat[j],static_cast<int> (rbuf[i][j]));
|
||||||
else fprintf(fp,vformat[j],rbuf[i][j]);
|
else fprintf(fp,vformat[j],rbuf[i][j]);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
fprintf(fp,"\n");
|
fprintf(fp,"\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user