You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/cvode/guide/source/Usage/index.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -981,7 +981,7 @@ Main solver optional input functions
981
981
982
982
.. warning::
983
983
984
-
Modifying the solution in this function will result in undefined behavior. This function is only intended to be used for monitoring the integrator. SUNDIALS must be built with the CMake option ``SUNDIALS_BUILD_WITH_MONITORING``, to utilize this function. See :numref:`Installation` for more information.
984
+
Modifying the solution in this function will result in undefined behavior. This function is only intended to be used for monitoring the integrator. SUNDIALS must be built with the CMake option ``SUNDIALS_ENABLE_MONITORING``, to utilize this function. See :numref:`Installation` for more information.
985
985
986
986
.. c:function::intCVodeSetMonitorFrequency(void* cvode_mem, long int nst)
987
987
@@ -1003,7 +1003,7 @@ Main solver optional input functions
1003
1003
1004
1004
.. warning::
1005
1005
1006
-
Modifying the solution in this function will result in undefined behavior. This function is only intended to be used for monitoring the integrator. SUNDIALS must be built with the CMake option ``SUNDIALS_BUILD_WITH_MONITORING``, to utilize this function. See :numref:`Installation` for more information.
1006
+
Modifying the solution in this function will result in undefined behavior. This function is only intended to be used for monitoring the integrator. SUNDIALS must be built with the CMake option ``SUNDIALS_ENABLE_MONITORING``, to utilize this function. See :numref:`Installation` for more information.
1007
1007
1008
1008
.. c:function::intCVodeSetMaxOrd(void* cvode_mem, int maxord)
Copy file name to clipboardExpand all lines: doc/cvodes/guide/source/Usage/SIM.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -987,7 +987,7 @@ Main solver optional input functions
987
987
988
988
.. warning::
989
989
990
-
Modifying the solution in this function will result in undefined behavior. This function is only intended to be used for monitoring the integrator. SUNDIALS must be built with the CMake option ``SUNDIALS_BUILD_WITH_MONITORING``, to utilize this function. See :numref:`Installation` for more information.
990
+
Modifying the solution in this function will result in undefined behavior. This function is only intended to be used for monitoring the integrator. SUNDIALS must be built with the CMake option ``SUNDIALS_ENABLE_MONITORING``, to utilize this function. See :numref:`Installation` for more information.
991
991
992
992
.. c:function::intCVodeSetMonitorFrequency(void* cvode_mem, long int nst)
993
993
@@ -1009,7 +1009,7 @@ Main solver optional input functions
1009
1009
1010
1010
.. warning::
1011
1011
1012
-
Modifying the solution in this function will result in undefined behavior. This function is only intended to be used for monitoring the integrator. SUNDIALS must be built with the CMake option ``SUNDIALS_BUILD_WITH_MONITORING``, to utilize this function. See :numref:`Installation` for more information.
1012
+
Modifying the solution in this function will result in undefined behavior. This function is only intended to be used for monitoring the integrator. SUNDIALS must be built with the CMake option ``SUNDIALS_ENABLE_MONITORING``, to utilize this function. See :numref:`Installation` for more information.
1013
1013
1014
1014
.. c:function::intCVodeSetMaxOrd(void* cvode_mem, int maxord)
0 commit comments