Skip to content

Commit 35c0b9f

Browse files
committed
#60: restore path
1 parent fc2d401 commit 35c0b9f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/source/endtoend/swe_galerkin_default.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Step 1: execute FOMs
4646
.. code-block:: bash
4747
4848
# from within $BUILDDIR/end-to-end-roms/2d_swe_galerkin_default
49-
python3 $REPOSRC/end-to-end-roms/wf_foms.py --wf wf.yaml
49+
python3 $REPOSRC/wf_foms.py --wf wf.yaml
5050
5151
This driver script automates this first stage by creating input files,
5252
generating run directories and running the C++ executable

docs/source/endtoend/swe_galerkin_hypred_1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Step 1: run FOMs
4646

4747
.. code-block:: bash
4848
49-
python3 $REPOSRC/end-to-end-roms/wf_foms.py --wf wf.yaml
49+
python3 $REPOSRC/wf_foms.py --wf wf.yaml
5050
5151
The FOM stage is the same as `here <swe_galerkin_default.html>`_.
5252

docs/source/endtoend/swe_lspg_default.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Step 1: execute FOMs
4747
.. code-block:: bash
4848
4949
# from within $BUILDDIR/end-to-end-roms/2d_swe_lspg_default
50-
python3 $REPOSRC/end-to-end-roms/wf_foms.py --wf wf.yaml
50+
python3 $REPOSRC/wf_foms.py --wf wf.yaml
5151
5252
.. warning::
5353

docs/source/endtoend/swe_lspg_hypred_1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The FOM stage is the same as `here <swe_lspg_default.html>`_.
4747
.. code-block:: bash
4848
4949
# from within $BUILDDIR/end-to-end-roms/2d_swe_lspg_hypred_1
50-
python3 $REPOSRC/end-to-end-roms/wf_foms.py --wf wf.yaml
50+
python3 $REPOSRC/wf_foms.py --wf wf.yaml
5151
5252
.. warning::
5353

0 commit comments

Comments
 (0)