From e6a10ec5ec0e9abec6624260bfef00de4cf6f12d Mon Sep 17 00:00:00 2001 From: sjplimp Date: Sat, 13 Dec 2008 00:47:23 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2294 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/lammps.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lammps.cpp b/src/lammps.cpp index a23887fdb9..a3dd4c7eb4 100644 --- a/src/lammps.cpp +++ b/src/lammps.cpp @@ -46,6 +46,9 @@ LAMMPS::LAMMPS(int narg, char **arg, MPI_Comm communicator) universe = new Universe(this,communicator); output = NULL; + screen = NULL; + logfile = NULL; + // parse input switches int inflag = 0;