Skip to content

Commit

Permalink
Fix README.md: replace Int_Vect with IntVect (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Jul 12, 2023
1 parent 0354504 commit df2f903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ We will add further information here once first development versions are ready f
```python
import amrex.space3d as amr

small_end = amr.Int_Vect()
big_end = amr.Int_Vect(2, 3, 4)
small_end = amr.IntVect()
big_end = amr.IntVect(2, 3, 4)

b = amr.Box(small_end, big_end)
print(b)
Expand Down

0 comments on commit df2f903

Please sign in to comment.