From 60d099f48b6079455fa03d56018d54d29a68c34d Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 24 May 2013 15:57:25 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9910 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/integrate.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/integrate.cpp b/src/integrate.cpp index 0a10ef22d2..9197b6acb4 100644 --- a/src/integrate.cpp +++ b/src/integrate.cpp @@ -45,6 +45,8 @@ Integrate::~Integrate() void Integrate::init() { + update->atimestep = update->ntimestep; + // allow pair and Kspace compute() to be turned off via modify flags if (force->pair && force->pair->compute_flag) pair_compute_flag = 1;