From 9a3f8a7a898411d22269bc4a4bd165213259a69c Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 19 Feb 2013 15:06:19 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9532 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/REAX/pair_reax.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/REAX/pair_reax.cpp b/src/REAX/pair_reax.cpp index 9d2a4e4416..7ce0295dc1 100644 --- a/src/REAX/pair_reax.cpp +++ b/src/REAX/pair_reax.cpp @@ -523,7 +523,7 @@ void PairREAX::coeff(int narg, char **arg) // read args that map atom types to elements in potential file // map[i] = which element the Ith atom type is, -1 if NULL // NOTE: for now throw an error if NULL is used to disallow use with hybrid - // qEq atrix solver needs to be modified to exclude atoms + // qEq matrix solver needs to be modified to exclude atoms for (int i = 3; i < narg; i++) { if (strcmp(arg[i],"NULL") == 0) {