NULLed ptrs in files

This commit is contained in:
Anders Hafreager
2016-11-07 16:07:37 +01:00
parent f8226e8ae5
commit 45f2e86dd6
9 changed files with 30 additions and 15 deletions

View File

@ -31,15 +31,12 @@ using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
PairHybrid::PairHybrid(LAMMPS *lmp) : Pair(lmp)
PairHybrid::PairHybrid(LAMMPS *lmp) : Pair(lmp),
styles(NULL), keywords(NULL), multiple(NULL), nmap(NULL),
map(NULL), special_lj(NULL), special_coul(NULL)
{
nstyles = 0;
styles = NULL;
keywords = NULL;
multiple = NULL;
special_lj = NULL;
special_coul = NULL;
outerflag = 0;
respaflag = 0;