typo
This commit is contained in:
parent
25b3fa4427
commit
6a1354f80f
|
@ -15,7 +15,7 @@ scriptName = os.path.splitext(os.path.basename(__file__))[0]
|
|||
scriptID = ' '.join([scriptName,damask.version])
|
||||
|
||||
|
||||
def Laguerre_tesselation(grid, coords, weights, grains, periodic = True, cpus = 2):
|
||||
def Laguerre_tessellation(grid, coords, weights, grains, periodic = True, cpus = 2):
|
||||
|
||||
def findClosestSeed(fargs):
|
||||
point, seeds, myWeights = fargs
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
import os
|
||||
import sys
|
||||
import random
|
||||
from io import StringIO
|
||||
from optparse import OptionParser,OptionGroup
|
||||
|
||||
import numpy as np
|
||||
|
|
Loading…
Reference in New Issue