File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments