From 66791a78afc1ded03c9083a14391e29b36f9b056 Mon Sep 17 00:00:00 2001 From: Raphael Egan Date: Tue, 31 Oct 2023 09:50:48 -0700 Subject: [PATCH] [DFT] can't use domain or precision in set_value --- source/elements/oneMKL/source/domains/dft/descriptor.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/elements/oneMKL/source/domains/dft/descriptor.rst b/source/elements/oneMKL/source/domains/dft/descriptor.rst index 87e316bd03..dc6d70e0dc 100644 --- a/source/elements/oneMKL/source/domains/dft/descriptor.rst +++ b/source/elements/oneMKL/source/domains/dft/descriptor.rst @@ -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`).