Change how incoherent elastic data is written to HDF5

This commit is contained in:
Paul Romano 2019-05-22 07:33:42 -05:00
parent c851030511
commit c48d5f07c4
5 changed files with 36 additions and 20 deletions

View file

@ -591,8 +591,8 @@ class Regions1D(EqualityMixin):
Functions which are to be combined in a piecewise fashion
breakpoints : Iterable of float
The values of the dependent variable that define the domain of
each function. The `i`th and `(i+1)`th values are the limits of the
domain of the `i`th function. Values must be monotonically increasing.
each function. The `i`\ th and `(i+1)`\ th values are the limits of the
domain of the `i`\ th function. Values must be monotonically increasing.
Attributes
----------