Skip to content

Commit 1f6161c

Browse files
committed
docs: fix file links
1 parent 0142e46 commit 1f6161c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ and input fine-scale porosity and permeability for each coarse block.
4646
[`Params`](src/Params.m) and [`Options`](src/Options.m) classes.
4747
4. Create logical `mask` to filter out impermeable cells
4848
and/or define an arbitrary subset of cells to process.
49-
5. Run [`strata_trapper`](strata_trapper.m) function
49+
5. Run [`strata_trapper`](src/strata_trapper.m) function
5050
with arbitrary number of parallel workers
5151
optionally enabling a UI progress bar.
52-
6. Visualise outputs with [`plot_result`](plot_result.m) function
52+
6. Visualise outputs with [`plot_result`](src/plot_result.m) function
5353
7. Export the outputs to [PFLOTRAN-OGS](https://docs.opengosim.com/)-compatible
54-
text files using [`ogs_export`](ogs_export.m) function.
54+
text files using [`ogs_export`](src/ogs/ogs_export.m) function.
5555

5656
Tips:
5757

0 commit comments

Comments
 (0)