Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Myers <[email protected]>
  • Loading branch information
johnson452 and atmyers authored Jul 25, 2023
1 parent a169a9b commit 241907c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/sphinx_documentation/source/Debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use of uninitialized values, AMReX also initializes ``FArrayBox``\ s in
``MulitFab``\ s and arrays allocated by ``bl_allocate`` to signaling NaNs when it is compiled
with ``TEST=TRUE`` or ``DEBUG=TRUE`` in GNU make, or with ``-DCMAKE_BUILD_TYPE=Debug`` in CMake.
One can also control the setting for ``FArrayBox`` using the runtime parameter, ``fab.init_snan``.
Note for Macs, M1 and M2 chips using Arm64 architecture are not able to trap division by zero.
Note for Macs, M1 and M2 chips using Arm64 architecture are not able to trap division by zero.

One can get more information than the backtrace of the call stack by
instrumenting the code. Here is an example.
Expand Down

0 comments on commit 241907c

Please sign in to comment.