remove make factory function templates from class and make them static functions
This commit is contained in:
@ -201,8 +201,6 @@ class Modify : protected Pointers {
|
||||
|
||||
protected:
|
||||
void create_factories();
|
||||
template <typename T> static Compute *compute_creator(LAMMPS *, int, char **);
|
||||
template <typename T> static Fix *fix_creator(LAMMPS *, int, char **);
|
||||
};
|
||||
|
||||
} // namespace LAMMPS_NS
|
||||
|
||||
Reference in New Issue
Block a user