git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14058 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -22,6 +22,7 @@
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
class Modify : protected Pointers {
|
||||
friend class Info;
|
||||
public:
|
||||
int nfix,maxfix;
|
||||
int n_initial_integrate,n_post_integrate,n_pre_exchange,n_pre_neighbor;
|
||||
@ -140,7 +141,7 @@ class Modify : protected Pointers {
|
||||
void list_init_dofflag(int &, int *&);
|
||||
void list_init_compute();
|
||||
|
||||
private:
|
||||
protected:
|
||||
typedef Compute *(*ComputeCreator)(LAMMPS *, int, char **);
|
||||
std::map<std::string,ComputeCreator> *compute_map;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user