removed redundant grid class definition
This commit is contained in:
parent
e22a95c360
commit
c9e6759e97
@ -5,11 +5,8 @@ from interp.tools import exact_func, log
|
|||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
|
|
||||||
class grid(basegrid):
|
|
||||||
def __init__(self, verts, q):
|
|
||||||
basegrid.__init__(self, verts, q)
|
|
||||||
|
|
||||||
class rect_grid(grid):
|
class rect_grid(basegrid):
|
||||||
def __init__(self, xres = 5, yres = 5):
|
def __init__(self, xres = 5, yres = 5):
|
||||||
xmin = -1.0
|
xmin = -1.0
|
||||||
xmax = 1.0
|
xmax = 1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user