Skip to content

Commit ad08282

Browse files
authored
Update HeatEquation_EX1_C.rst
According to another document: "https://amrex-codes.github.io/amrex/docs_html/GettingStarted.html#guided-tutorials" The directory of the example is corrected, which was otherwise confusing that several HeatEquation folders exist.
1 parent 7057507 commit ad08282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docs/source/HeatEquation_EX1_C.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Source code tree for the HeatEquation_EX1_C example
3232
``AmrCore``, ``LinearSolvers``, etc. In this tutorial the only source
3333
code directory we need is ``Base``.
3434

35-
amrex-tutorials/GuidedTutorials/HeatEquation_EX1_C/Source
35+
amrex-tutorials/ExampleCodes/Basic/HeatEquation_EX1_C/Source
3636
Contains the following source code specific to this tutorial:
3737

3838
#. ``Make.package``: lists the source code files
@@ -43,7 +43,7 @@ Source code tree for the HeatEquation_EX1_C example
4343
#. ``myfunc.H``: header file for C++ functions
4444
#. ``mykernel.H``: kernels functions called by ``advance`` and ``init_phi``.
4545

46-
amrex-tutorials/GuidedTutorials/HeatEquation_EX1_C/Exec
46+
amrex-tutorials/ExampleCodes/Basic/HeatEquation_EX1_C/Exec
4747
This is where you build the code with make. There is a GNUmakefile
4848
and inputs file.
4949

0 commit comments

Comments
 (0)