resolution now does appropriate order and extra points

This commit is contained in:
Stephen McQuay 2011-05-20 12:11:04 -06:00
parent 50377cc5c2
commit 53d1375ec8
1 changed files with 2 additions and 2 deletions

View File

@ -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:]