Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Restructured the driver to be object oriented and streamlined
  • Loading branch information
daminton committed Feb 22, 2022
1 parent 56bc4c4 commit cee9866
Show file tree
Hide file tree
Showing 11 changed files with 367 additions and 986 deletions.
2 changes: 1 addition & 1 deletion python/ctem/ctem/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# from ctem.ctem_io_readers import *
# from ctem.ctem_io_writers import *
# from ctem.ctem_driver import *
from ctem.frontend import *
from ctem.driver import *
69 changes: 0 additions & 69 deletions python/ctem/ctem/ctem_draw_surf.py

This file was deleted.

229 changes: 0 additions & 229 deletions python/ctem/ctem/ctem_driver.py

This file was deleted.

Loading

0 comments on commit cee9866

Please sign in to comment.