Refactoring

This commit is contained in:
André R. Brodtkorb
2018-12-03 12:09:15 +01:00
parent b266567d09
commit ae6404f05e
11 changed files with 239 additions and 99 deletions

View File

@@ -112,8 +112,8 @@ class HLL (Simulator.BaseSimulator):
self.cfl_data.gpudata)
self.u0, self.u1 = self.u1, self.u0
def download(self):
return self.u0.download(self.stream)
def getOutput(self):
return self.u0
def check(self):
self.u0.check()