minor: function protocol order change. minor because they are named params

This commit is contained in:
Stephen McQuay 2011-05-17 21:07:45 -06:00
parent 6cebb66a85
commit 25eae429f5
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class grid(object):
return (r_mesh, s_mesh)
def run_baker(self, X, extra_points = 3, order = 2):
def run_baker(self, X, order = 2, extra_points = 3):
(R, S) = self.get_simplex_and_nearest_points(X, extra_points)
answer = run_baker(X, R, S, order)
return answer