upped the max search count

This commit is contained in:
Stephen McQuay 2011-03-30 16:11:04 -06:00
parent 13ff63bb9b
commit 3f4785ef49

View File

@ -13,7 +13,7 @@ import interp.grid.simplex
import logging
log = logging.getLogger("interp")
MAX_SEARCH_COUNT = 128
MAX_SEARCH_COUNT = 256
class grid(object):
def __init__(self, verts = None, q = None):