Remove unused import

This commit is contained in:
Richard Berger
2021-10-26 16:45:57 -04:00
parent 008013ddfb
commit 3376f3daa8
2 changed files with 0 additions and 2 deletions

View File

@ -62,7 +62,6 @@ if me == 0:
plt.show(block=False)
# run nfreq steps at a time w/out pre/post, query compute, refresh plot
import time
while ntimestep < nsteps:
lmp.command("run %d pre no post no" % nfreq)

View File

@ -13,7 +13,6 @@
from __future__ import print_function
import sys
import numpy as np
import ctypes
# parse command line