Skip to content

Commit 7834eb8

Browse files
authored
Fix a typo in Doxygen for enableFPExcept (#4768)
1 parent 4dad166 commit 7834eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Base/AMReX.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ namespace amrex
379379
* restores the previous settings.
380380
*
381381
\code{.cpp}
382-
auto prev_excepts = disableFPExcept(FPExcept::all);
382+
auto prev_excepts = enableFPExcept(FPExcept::all);
383383
// ....
384384
setFPExcept(prev_excepts); // restore previous settings
385385
\endcode

0 commit comments

Comments
 (0)