add a more specific example to explain how values are rejected and how atoi() fails

This commit is contained in:
Axel Kohlmeyer
2022-02-14 15:50:36 -05:00
parent 37cd4ba2ea
commit f84790ba62
3 changed files with 25 additions and 11 deletions

View File

@ -343,11 +343,11 @@ This code example should produce the following output:
.. doxygenclass:: LAMMPS_NS::InvalidIntegerException
:project: progguide
:members: what
:members:
.. doxygenclass:: LAMMPS_NS::InvalidFloatException
:project: progguide
:members: what
:members:
----------