I changed the default func for these grid objects to be the baker version

This commit is contained in:
Stephen McQuay 2011-03-24 16:15:08 -06:00
parent 0edc8c192e
commit d62a1ae0d7
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from interp.grid.delaunay import dgrid as basegrid
from interp.tools import friendly_exact_2D as exact_func
from interp.tools import baker_exact_2D as exact_func
import numpy as np