Corrections for flake8
This commit is contained in:
parent
cb673765c2
commit
97bad2c1ac
@ -24,11 +24,13 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
from spack import *
|
from spack import *
|
||||||
|
|
||||||
|
|
||||||
class Tetgen(Package):
|
class Tetgen(Package):
|
||||||
"""TetGen is a program and library that can be used to generate tetrahedral
|
"""TetGen is a program and library that can be used to generate
|
||||||
meshes for given 3D polyhedral domains. TetGen generates exact constrained
|
tetrahedral meshes for given 3D polyhedral domains. TetGen
|
||||||
Delaunay tetrahedralizations, boundary conforming Delaunay meshes, and
|
generates exact constrained Delaunay tetrahedralizations,
|
||||||
Voronoi paritions."""
|
boundary conforming Delaunay meshes, and Voronoi paritions.
|
||||||
|
"""
|
||||||
|
|
||||||
homepage = "http://www.tetgen.org"
|
homepage = "http://www.tetgen.org"
|
||||||
url = "http://www.tetgen.org/files/tetgen1.4.3.tar.gz"
|
url = "http://www.tetgen.org/files/tetgen1.4.3.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user