Skip to content

Commit

Permalink
docs: correct order of diagrams
Browse files Browse the repository at this point in the history
diagrams was in opposite order of flow
  • Loading branch information
TeeeJay authored Sep 12, 2023
1 parent a27c392 commit 71a07f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/docs/about/modelling/workflow/generic_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The [workflow](#workflow) below will outline what is necessary to obtain for eac
## Workflow

```mermaid
flowchart LR;
flowchart TD;
subgraph ide1 ["`**Required Subsurface Profiles [All in Sm3/d]**`"]
ide1_A[Oil Produced];
ide1_B[Gas Produced];
Expand Down Expand Up @@ -96,6 +96,11 @@ The [workflow](#workflow) below will outline what is necessary to obtain for eac
ide5_A_4_2 --> ide5_A_1
ide5_A_3_1 -. no .-> ide5_A_4_1
end
ide1 ~~~ ide2
ide2 ~~~ ide3
ide3 ~~~ ide4
ide4 ~~~ ide5
```

## Workflow Explanation
Expand Down

0 comments on commit 71a07f5

Please sign in to comment.