git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8228 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -507,7 +507,7 @@ int Input::execute_command()
|
||||
#define COMMAND_CLASS
|
||||
#define CommandStyle(key,Class) \
|
||||
else if (strcmp(command,#key) == 0) { \
|
||||
Class key(lmp); \
|
||||
Class key(lmp); \
|
||||
key.command(narg,arg); \
|
||||
return 0; \
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user