[Doc] Clarify lapack_ftn_string_len_at_end docs
This commit is contained in:
parent
24f166ede6
commit
4beaa1b19b
2 changed files with 4 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue