Added graficToDensity conversion. Added missing getBoxsize() method. Fixed grafic generation
This commit is contained in:
parent
688e4e20de
commit
1aaf5f4a13
5 changed files with 85 additions and 4 deletions
|
@ -123,6 +123,9 @@ class _PySimulationAdaptor(PySimulationBase):
|
|||
def __init__(self,sim):
|
||||
|
||||
self.simu = sim
|
||||
|
||||
def getBoxsize(self):
|
||||
return self.simu.BoxSize
|
||||
|
||||
def getPositions(self):
|
||||
return self.simu.positions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue