resolution now does appropriate order and extra points
This commit is contained in:
parent
50377cc5c2
commit
53d1375ec8
@ -9,13 +9,13 @@ from interp.grid.DD import *
|
||||
from interp.tools import *
|
||||
from interp import bootstrap
|
||||
|
||||
EXTRA_POINTS = 95
|
||||
EXTRA_POINTS = 64
|
||||
|
||||
RES_START = 10
|
||||
RES_END = 100
|
||||
RES_DELTA = 10
|
||||
|
||||
ORDER_START = 5
|
||||
ORDER_START = 1
|
||||
ORDER_END = 8
|
||||
|
||||
dest_verts, output_filename = sys.argv[1:]
|
||||
|
Loading…
Reference in New Issue
Block a user