Skip to content

Commit

Permalink
Added parameters to model.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Serrano committed Jul 4, 2018
1 parent 313cfee commit 86ead54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geomodelr/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __init__( self, geolojson, delete=True, params={'faults': 'basic'} ):
Args:
(dict) geolojson: The Geological JSON.
delete: Delete the geojson after creating the cpp model to free memory.
params: Parameters to interpolate the model: { 'faults': 'disabled'|'basic'|'cover' }
params: Parameters to interpolate the model: { 'faults': 'disabled'|'basic'|'cover', 'map': 'disabled'|'soils' }
"""

self.geojson = geolojson
Expand Down

0 comments on commit 86ead54

Please sign in to comment.