Update User guide authored by Adrien Crovato's avatar Adrien Crovato
...@@ -34,5 +34,6 @@ The return dictionary `_blast` contains: ...@@ -34,5 +34,6 @@ The return dictionary `_blast` contains:
A viscous inviscid solution is then obtained by: A viscous inviscid solution is then obtained by:
```python ```python
coupler = _blast['coupler']
coupler.run() coupler.run()
``` ```
\ No newline at end of file