Commit 2ed47698 authored by Andy Nonaka's avatar Andy Nonaka
Browse files

fix broken links to quiet Warnins

parent 6d4740d7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -28,7 +28,9 @@ Several other ways to look at the data include:

    VisMF::Write(const FabArray<FArrayBox>& mf, const std::string& name);

and examining it with ``Amrvis`` (section :ref:`sec:amrvis` in the AMReX documentation).
and examining it with ``Amrvis`` (see the
`Amrvis section <https://amrex-codes.github.io/amrex/docs_html/Visualization.html>`_
in the AMReX documentation).

2) You can also use the :cpp:`print_state` routine: 

+3 −1
Original line number Diff line number Diff line
@@ -27,7 +27,9 @@ See :ref:`sec:dual_grid` for more about this approach.
When running on multicore machines with OpenMP, we can also control the distribution of
work by setting the size of grid tiles (by defining :cpp:`fabarray.mfiter_tile_size`), and if relevant, of
particle tiles (by defining :cpp:`particle.tile_size`).  We can also specify the strategy for assigning
tiles to OpenMP threads.  See :ref:`sec:basics:mfiter:tiling:` for more about tiling.
tiles to OpenMP threads.  See
`MFIter with Tiling <https://amrex-codes.github.io/amrex/docs_html/Basics.html#sec-basics-mfiter-tiling>`_
in the AMReX documentation for more about tiling.

.. toctree::
   :maxdepth: 1