diff options
Diffstat (limited to 'Docs/source/building/building.rst')
-rw-r--r-- | Docs/source/building/building.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/source/building/building.rst b/Docs/source/building/building.rst index d07cfaecd..70c5ab7a9 100644 --- a/Docs/source/building/building.rst +++ b/Docs/source/building/building.rst @@ -42,7 +42,7 @@ options are set in the file ``GNUmakefile``. The default options correspond to an optimized code for 3D geometry. The main compile-time options are: - * ``DIM=3D`` or ``2D``: Geometry of the simulation (note that running an executable compiled for 3D with a 2D input file will crash). + * ``DIM=3`` or ``2``: Geometry of the simulation (note that running an executable compiled for 3D with a 2D input file will crash). * ``DEBUG=FALSE`` or ``TRUE``: Compiling in ``DEBUG`` mode can help tremendously during code development. * ``USE_PSATD=FALSE`` or ``TRUE``: Compile the Pseudo-Spectral Analytical Time Domain Maxwell solver. Requires an FFT library. * ``USE_RZ=FALSE`` or ``TRUE``: Compile for 2D axisymmetric geometry. |