diff options
author | 2020-09-22 22:52:16 -0700 | |
---|---|---|
committer | 2020-09-22 22:52:16 -0700 | |
commit | c0fbe73a93950f9bb61dbde2c6f997268ea457ca (patch) | |
tree | a4be51a72ba5c274729e78cb0e8361cea5b02615 /Docs/source/running_cpp | |
parent | 8610be2dfb6d37fa2caa3c93afa01b666caedc2d (diff) | |
download | WarpX-c0fbe73a93950f9bb61dbde2c6f997268ea457ca.tar.gz WarpX-c0fbe73a93950f9bb61dbde2c6f997268ea457ca.tar.zst WarpX-c0fbe73a93950f9bb61dbde2c6f997268ea457ca.zip |
Docs: Boost 1.66.0+ (#1370)
PICSAR table generation builds with Boost 1.66.0 or newer.
Diffstat (limited to 'Docs/source/running_cpp')
-rw-r--r-- | Docs/source/running_cpp/parameters.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/source/running_cpp/parameters.rst b/Docs/source/running_cpp/parameters.rst index a2911b9a5..2b3ddd87d 100644 --- a/Docs/source/running_cpp/parameters.rst +++ b/Docs/source/running_cpp/parameters.rst @@ -1749,7 +1749,7 @@ Lookup tables store pre-computed values for functions used by the QED modules. is quite low). * ``generate``: a new table is generated. This option requires Boost math library - (version >= 1.67) and to compile with ``QED_TABLE_GEN=TRUE``. All + (version >= 1.66) and to compile with ``QED_TABLE_GEN=TRUE``. All the following parameters must be specified (table 1 is used to evolve the optical depth of the photons, while table 2 is used for pair generation): @@ -1785,7 +1785,7 @@ Lookup tables store pre-computed values for functions used by the QED modules. is quite low). * ``generate``: a new table is generated. This option requires Boost math library - (version >= 1.67) and to compile with ``QED_TABLE_GEN=TRUE``. All + (version >= 1.66) and to compile with ``QED_TABLE_GEN=TRUE``. All the following parameters must be specified (table 1 is used to evolve the optical depth of the particles, while table 2 is used for photon emission): |