Skip to content

Commit

Permalink
Added isosurfaces and modflow to init.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Serrano committed Nov 2, 2017
1 parent 00ca8b7 commit 9e7bd3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions geomodelr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
import model
import shared
import cpp
import utils
import isosurfaces
import modflow
import __main__
from model import model_from_file
from cpp import set_verbose
Expand Down
3 changes: 0 additions & 3 deletions geomodelr/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
import itertools
import gc

from isosurfaces import plot_unit, save_unit, triangulate_unit


def generate_simple_grid(query_func, bbox, grid_divisions):
"""
Returns a uniform grid of sizes grid_divisions x grid_divisions x grid_divisions
Expand Down

0 comments on commit 9e7bd3b

Please sign in to comment.