Skip to content

Commit

Permalink
[DFT] can't use domain or precision in set_value
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-egan committed Oct 31, 2023
1 parent 76ed018 commit 66791a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/elements/oneMKL/source/domains/dft/descriptor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@ This function requires and expects exactly **two** arguments: it sets the
configuration value (second argument) corresponding to the configuration
parameter (first argument) ``param`` of type ``oneapi::mkl::dft::config_param``.
The type of the configuration value (second argument) to be set depends on the
value of ``param``: it can be ``oneapi::mkl::dft::domain``,
``oneapi::mkl::dft::precision``, ``oneapi::mkl::dft::config_value`` or a native
value of ``param``: it can be ``oneapi::mkl::dft::config_value`` or a native
type like ``std::int64_t`` or ``float`` (more details available
:ref:`here<onemkl_dft_enum_config_param>`).

Expand Down

0 comments on commit 66791a7

Please sign in to comment.