Skip to content

Commit

Permalink
[DOC] remove quotation marks in code snippet.
Browse files Browse the repository at this point in the history
  • Loading branch information
eilifso committed Jun 17, 2024
1 parent b7510ab commit b528c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Using optional keyword-arguments in `get_var` allows us to convert units, destag
The command

```{julia}
"bx" = get_var(brxp, snap, "bx"; units="si", destagger=true)
bx = get_var(brxp, snap, "bx"; units="si", destagger=true)
```
will load the $x$-component of the magnetic field in SI units and destagger it to the cell center.

Expand Down

0 comments on commit b528c4d

Please sign in to comment.