Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated scripts and removed cruft
  • Loading branch information
daminton committed Feb 24, 2022
1 parent 0295dbb commit fefd820
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 fefd820

Please sign in to comment.