Skip to content

Commit

Permalink
Fix docs ref
Browse files Browse the repository at this point in the history
Submodule means we can't rely on autodocs
  • Loading branch information
moyner committed Jan 29, 2024
1 parent 3704db2 commit 61706fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CornerPointGrid/interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
Generate a Jutul unstructured mesh from a grid section. The input arugment `f`
can be one of the following:
- An already parsed complete data file read using [`parse_data_file`](@ref).
- An already parsed complete data file read using `parse_data_file`.
The "GRID" field will be used.
- A parsed "GRID" section from [`parse_grdecl_file`](@ref).
- A parsed "GRID" section from `parse_grdecl_file`.
- The file-name of a `.GRDECL` file to be parsed before processing.
Optionally the `actnum` can be specified separately. The `actnum` should have
Expand Down

0 comments on commit 61706fa

Please sign in to comment.