sync with GH
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15561 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -93,7 +93,7 @@ Input::Input(LAMMPS *lmp, int argc, char **argv) : Pointers(lmp)
|
||||
|
||||
// fill map with commands listed in style_command.h
|
||||
|
||||
command_map = new std::map<std::string,CommandCreator>();
|
||||
command_map = new CommandCreatorMap();
|
||||
|
||||
#define COMMAND_CLASS
|
||||
#define CommandStyle(key,Class) \
|
||||
|
||||
Reference in New Issue
Block a user