diff --git a/ttim/__init__.py b/ttim/__init__.py index 9b27260..d3c888e 100644 --- a/ttim/__init__.py +++ b/ttim/__init__.py @@ -1,9 +1,9 @@ -"""Copyright (C), 2017, Mark Bakker. +"""TTim is a computer program for the simulation of transient multi-layer flow with +analytic elements and consists of a library of Python scripts and FORTRAN extensions. -Mark Bakker, Delft University of Technology mark dot bakker at tudelft dot nl. +Copyright (C), 2017, Mark Bakker. -TTim is a computer program for the simulation of transient multi-layer flow with -analytic elements and consists of a library of Python scripts and FORTRAN extensions. +Mark Bakker, Delft University of Technology mark dot bakker at tudelft dot nl. """ # ruff : noqa __name__ = "ttim" diff --git a/ttim/invlapnumba.py b/ttim/invlapnumba.py index 945e2c5..7a0b70c 100644 --- a/ttim/invlapnumba.py +++ b/ttim/invlapnumba.py @@ -155,7 +155,7 @@ def invlaptest(): @numba.njit(nogil=True, cache=True) def invlapcomp(time, pot, npint, M, tintervals, enumber, etstart, ebc, nlayers): - """Compute time domain solution for given laplace domain solution + """Compute time domain solution for given laplace domain solution. Parameters ----------