Skip to content

Commit e88b95b

Browse files
author
Michael Zingale
committed
no need for n in dovis
1 parent 7ac03c4 commit e88b95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compressible/simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def evolve(self, dt):
225225
tm_evolve.end()
226226

227227

228-
def dovis(self, n):
228+
def dovis(self):
229229

230230
pylab.clf()
231231

0 commit comments

Comments
 (0)