[Doc] Clarify lapack_ftn_string_len_at_end docs

This commit is contained in:
Bryan W. Weber 2017-01-06 12:15:09 -05:00 committed by Ray Speth
parent 24f166ede6
commit 4beaa1b19b
2 changed files with 4 additions and 2 deletions

View file

@ -490,7 +490,8 @@ config_options = [
BoolVariable(
'lapack_ftn_string_len_at_end',
"""Controls whether the LAPACK functions have the string length
at the end in the Fortran libraries.""",
argument at the end of the argument list ('yes') or after
each argument ('no') in the Fortran libraries.""",
True),
EnumVariable(
'system_googletest',

View file

@ -326,7 +326,8 @@ Options List
* ``lapack_ftn_string_len_at_end``: [ ``yes`` | ``no`` ]
Controls whether the LAPACK functions have the string length
at the end in the Fortran libraries.
argument at the end of the argument list (``yes``) or after
each argument (``no``) in the Fortran libraries.
- default: 'yes'
.. _system-googletest: