Skip to content

Commit

Permalink
Merge pull request #259 from gpeairs/main
Browse files Browse the repository at this point in the history
Add missing commas in config docs
  • Loading branch information
sebastiangrimberg authored Jun 3, 2024
2 parents 0c7bf43 + 1e0268c commit 21543a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/config/boundaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ zero-charge boundary condition.
"Terminal":
[
{
"Index": <int>
"Index": <int>,
"Attributes": [<int array>],
},
...
Expand All @@ -515,7 +515,7 @@ boundary.
"SurfaceFlux":
[
{
"Index": <int>
"Index": <int>,
"Attributes": [<int array>],
"Type": <string>,
"TwoSided": <bool>,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/config/problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
```json
"Problem":
{
"Type": <string>
"Type": <string>,
"Verbose": <int>,
"Output": <string>
}
Expand Down

0 comments on commit 21543a5

Please sign in to comment.