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

This commit is contained in:
sjplimp
2010-01-12 01:37:48 +00:00
parent 18b20f9c51
commit 2c643b7dc5
391 changed files with 2856 additions and 2809 deletions

View File

@ -16,6 +16,7 @@
#include "stdlib.h"
#include "string.h"
#include "input.h"
#include "style_command.h"
#include "universe.h"
#include "atom.h"
#include "atom_vec.h"
@ -41,10 +42,6 @@
#include "error.h"
#include "memory.h"
#define CommandInclude
#include "style.h"
#undef CommandInclude
using namespace LAMMPS_NS;
#define MAXLINE 2048
@ -466,15 +463,15 @@ int Input::execute_command()
if (0) return 0; // dummy line to enable else-if macro expansion
#define CommandClass
#define COMMAND_CLASS
#define CommandStyle(key,Class) \
else if (strcmp(command,#key) == 0) { \
Class key(lmp); \
key.command(narg,arg); \
return 0; \
}
#include "style.h"
#undef CommandClass
#include "style_command.h"
#undef COMMAND_CLASS
// unrecognized command