update release date to 21 November 2023
This commit is contained in:
@ -617,7 +617,7 @@ combined by removing the '&' and the following newline character. After
|
||||
this processing the string is handed to LAMMPS for parsing and
|
||||
executing.
|
||||
|
||||
.. versionadded:: 17Nov2023
|
||||
.. versionadded:: 21Nov2023
|
||||
|
||||
The command is now able to process long strings with triple quotes and
|
||||
loops using :doc:`jump SELF \<label\> <jump>`.
|
||||
@ -2484,7 +2484,7 @@ int lammps_set_variable(void *handle, char *name, char *str)
|
||||
*
|
||||
\verbatim embed:rst
|
||||
|
||||
.. versionadded:: 17Nov2023
|
||||
.. versionadded:: 21Nov2023
|
||||
|
||||
This function copies a string with human readable information about
|
||||
a defined variable: name, style, current value(s) into the provided
|
||||
@ -5581,7 +5581,7 @@ int lammps_config_has_ffmpeg_support() {
|
||||
*
|
||||
\verbatim embed:rst
|
||||
|
||||
.. deprecated:: 17Nov2023
|
||||
.. deprecated:: 21Nov2023
|
||||
|
||||
LAMMPS has now exceptions always enabled, so this function
|
||||
will now always return 1 and can be removed from applications
|
||||
@ -6658,7 +6658,7 @@ the failing MPI ranks to send messages.
|
||||
instance, but instead would check the global error buffer of the
|
||||
library interface.
|
||||
|
||||
.. versionchanged: 17Nov2023
|
||||
.. versionchanged: 21Nov2023
|
||||
|
||||
The *buffer* pointer may be ``NULL``. This will clear any error
|
||||
status without copying the error message.
|
||||
|
||||
Reference in New Issue
Block a user