Skip to content

Commit

Permalink
Merge branch 'realistic'
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 24, 2022
2 parents 3f4b32e + fefd820 commit 43c1899
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions python/ctem/ctem/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# from ctem.ctem_io_readers import *
# from ctem.ctem_io_writers import *
# from ctem.ctem_driver import *
from ctem.driver import *
2 changes: 1 addition & 1 deletion python/ctem/ctem/viewer3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Polysurface(ctem.Simulation):
"""A model of a self-gravitating small body"""
def __init__(self):
ctem.Simulation.__init__(self, isnew=False) # Initialize the data structures, but doesn't start a new run
self.read_output(isnew=False)
self.read_output()
#used for Open3d module
self.mesh = open3d.geometry.TriangleMesh()
return
Expand Down

0 comments on commit 43c1899

Please sign in to comment.