git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6185 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2011-05-20 16:35:26 +00:00
parent db07c03652
commit ab5508e3c8

View File

@ -225,6 +225,7 @@ void Update::create_integrate(int narg, char **arg, char *suffix)
else if (strcmp(estyle,#key) == 0) \
integrate = new Class(lmp,narg-1,&arg[1]);
#include "style_integrate.h"
#undef IntegrateStyle
#undef INTEGRATE_CLASS
else success = 0;
@ -238,6 +239,7 @@ void Update::create_integrate(int narg, char **arg, char *suffix)
else if (strcmp(arg[0],#key) == 0) \
integrate = new Class(lmp,narg-1,&arg[1]);
#include "style_integrate.h"
#undef IntegrateStyle
#undef INTEGRATE_CLASS
else error->all("Illegal run_style command");