disable optimization on functions building factories for many entries
this will speed up compilation and also avoid spurious warnings with gcc 4.4 and later
This commit is contained in:
@ -172,6 +172,7 @@ class Modify : protected Pointers {
|
||||
FixCreatorMap *fix_map;
|
||||
|
||||
protected:
|
||||
void create_factories();
|
||||
template <typename T> static Compute *compute_creator(LAMMPS *, int, char **);
|
||||
template <typename T> static Fix *fix_creator(LAMMPS *, int, char **);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user