Skip to content
Snippets Groups Projects
Commit 97bad2c1 authored by Nicolas Richart's avatar Nicolas Richart
Browse files

Corrections for flake8

parent cb673765
No related branches found
No related tags found
No related merge requests found
......@@ -24,11 +24,13 @@
##############################################################################
from spack import *
class Tetgen(Package):
"""TetGen is a program and library that can be used to generate tetrahedral
meshes for given 3D polyhedral domains. TetGen generates exact constrained
Delaunay tetrahedralizations, boundary conforming Delaunay meshes, and
Voronoi paritions."""
"""TetGen is a program and library that can be used to generate
tetrahedral meshes for given 3D polyhedral domains. TetGen
generates exact constrained Delaunay tetrahedralizations,
boundary conforming Delaunay meshes, and Voronoi paritions.
"""
homepage = "http://www.tetgen.org"
url = "http://www.tetgen.org/files/tetgen1.4.3.tar.gz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment