realized I didn't need the exact_func in the grid object

This commit is contained in:
Stephen Mardson McQuay 2010-11-01 15:53:06 -06:00
parent 456ecf759f
commit d6421524f3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import numpy as np
import scipy.spatial
from interp.baker import run_baker
from interp.tools import exact_func, log
from interp.tools import log
from simplex import face, contains
from smcqdelaunay import *