Skip to content

Commit 1af3754

Browse files
authored
Merge pull request #50 from shimwell/patch-1
2 parents fdab048 + 10cad61 commit 1af3754

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Code:
2323
```python
2424
import pydagmc
2525

26-
model = pydagmc.DAGModel('dagmc.h5m')
26+
model = pydagmc.Model('dagmc.h5m')
2727

2828
group_dict = model.groups_by_name
2929
print(group_dict)
@@ -82,4 +82,4 @@ Volume IDs:
8282
Group 0, Name: mat:41
8383
Volume IDs:
8484
[1 3]
85-
```
85+
```

0 commit comments

Comments
 (0)