From 763aa3ed68b206e7b86246b30595fded3892bf74 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 28 Jan 2014 21:09:15 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11350 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/MOLECULE/atom_vec_template.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MOLECULE/atom_vec_template.cpp b/src/MOLECULE/atom_vec_template.cpp index f467284cad..7b45ba98b9 100644 --- a/src/MOLECULE/atom_vec_template.cpp +++ b/src/MOLECULE/atom_vec_template.cpp @@ -844,7 +844,7 @@ void AtomVecTemplate::write_data(FILE *fp, int n, double **buf) int AtomVecTemplate::write_data_hybrid(FILE *fp, double *buf) { - fprintf(fp," " TAGINT_FORMAT " %d %d %d", + fprintf(fp," " TAGINT_FORMAT " %d %d", (tagint) ubuf(buf[0]).i,(int) ubuf(buf[0]).i,(int) ubuf(buf[0]).i); return 3; }