From 76ed018eb7df8bbdcf04b5d1fbb8ce7167517ab4 Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 31 Oct 2023 09:39:30 -0700 Subject: [PATCH] Update source/elements/oneMKL/source/domains/dft/descriptor.rst Co-authored-by: Parks, Helen --- source/elements/oneMKL/source/domains/dft/descriptor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/elements/oneMKL/source/domains/dft/descriptor.rst b/source/elements/oneMKL/source/domains/dft/descriptor.rst index cbb3355aa3..87e316bd03 100644 --- a/source/elements/oneMKL/source/domains/dft/descriptor.rst +++ b/source/elements/oneMKL/source/domains/dft/descriptor.rst @@ -430,7 +430,7 @@ As specified :ref:`above`, all required configuration parameters must be set before this function is called. Any change in configuration operated on a ``descriptor`` object via a call to its :ref:`onemkl_dft_descriptor_set_value` member function *after* it was committed -may not be successfully reflected by that object unless its ``commit`` member +results in an undefined state not suitable for computation until this ``commit`` member function is called again. .. rubric:: Syntax