From 9897d385421655e491823e07d2cf5b00ba84cf56 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 13 Mar 2013 15:26:18 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9657 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/pair_dpd_tstat.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pair_dpd_tstat.cpp b/src/pair_dpd_tstat.cpp index 257f91d976..e09d332c8e 100644 --- a/src/pair_dpd_tstat.cpp +++ b/src/pair_dpd_tstat.cpp @@ -169,7 +169,8 @@ void PairDPDTstat::settings(int narg, char **arg) void PairDPDTstat::coeff(int narg, char **arg) { - if (narg < 3 || narg > 4) error->all(FLERR,"Incorrect args for pair coefficients"); + if (narg < 3 || narg > 4) + error->all(FLERR,"Incorrect args for pair coefficients"); if (!allocated) allocate(); int ilo,ihi,jlo,jhi;