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

This commit is contained in:
sjplimp
2011-05-31 22:36:53 +00:00
parent 7af10d8e0f
commit 5bf395f4d7
9 changed files with 107 additions and 76 deletions

View File

@ -59,7 +59,7 @@ Update::Update(LAMMPS *lmp) : Pointers(lmp)
minimize = NULL;
str = (char *) "verlet";
create_integrate(1,&str,lmp->asuffix);
create_integrate(1,&str,lmp->suffix);
str = (char *) "cg";
create_minimize(1,&str);
@ -222,7 +222,7 @@ void Update::new_integrate(char *style, int narg, char **arg,
{
int success = 0;
if (suffix && lmp->accelerator) {
if (suffix && lmp->suffix_enable) {
sflag = 1;
char estyle[256];
sprintf(estyle,"%s/%s",style,suffix);