Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Barth authored Dec 18, 2023
1 parent b52a71a commit d5339f2
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 @@ -162,7 +162,7 @@ close(ds)

It is also possible to create the dimensions, the define the variable and set its value with a single call to `defVar`:

```
```julia
using NCDatasets
ds = Dataset("/tmp/test2.nc","c")
data = [Float32(i+j) for i = 1:100, j = 1:110]
Expand Down

0 comments on commit d5339f2

Please sign in to comment.