middle of refactor

This commit is contained in:
sm
2010-10-23 13:49:15 -06:00
parent 431f3a4e44
commit eadfa46e57
5 changed files with 51 additions and 51 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ import inspect
import numpy as np
import scipy.spatial
from baker import run_baker
from baker.tools import exact_func, smberror, smblog
from interp.baker import run_baker
from interp.tools import exact_func, smberror, log
from simplex import face, contains
from smcqdelaunay import *
+2 -2
View File
@@ -1,5 +1,5 @@
from baker import get_phis, get_phis_3D
from baker.tools import smblog
from interp.baker import get_phis, get_phis_3D
from interp.tools import log
TOL = 1e-8