Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
colinjcotter committed Sep 25, 2019
1 parent 1dd7c2d commit 362949d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cheby_exp.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ def apply(self, x, y, t):
y += self.dy

for i in range(2, self.ncheb+1):
if rank == 0:
print(i)
self.Tm2_r.assign(self.Tm1_r)
self.Tm2_i.assign(self.Tm1_i)
self.Tm1_r.assign(self.T_r)
Expand Down

0 comments on commit 362949d

Please sign in to comment.