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
32
32
``AmrCore ``, ``LinearSolvers ``, etc. In this tutorial the only source
33
33
code directory we need is ``Base ``.
34
34
35
- amrex-tutorials/GuidedTutorials /HeatEquation_EX1_C/Source
35
+ amrex-tutorials/ExampleCodes/Basic /HeatEquation_EX1_C/Source
36
36
Contains the following source code specific to this tutorial:
37
37
38
38
#. ``Make.package ``: lists the source code files
@@ -43,7 +43,7 @@ Source code tree for the HeatEquation_EX1_C example
43
43
#. ``myfunc.H ``: header file for C++ functions
44
44
#. ``mykernel.H ``: kernels functions called by ``advance `` and ``init_phi ``.
45
45
46
- amrex-tutorials/GuidedTutorials /HeatEquation_EX1_C/Exec
46
+ amrex-tutorials/ExampleCodes/Basic /HeatEquation_EX1_C/Exec
47
47
This is where you build the code with make. There is a GNUmakefile
48
48
and inputs file.
49
49
You can’t perform that action at this time.
0 commit comments