Skip to content

Commit

Permalink
Merge pull request #61 from Chaste/kwabenantim-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
kwabenantim authored Sep 28, 2024
2 parents 98b6b6e + 99a9759 commit fd72cc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ options:
## Example

The project in `examples/shapes` demonstrates `cppwg` usage. We can walk through
the process with the `Rectangle` class in `examples/shapes/src/primitives`
the process with the `Rectangle` class in `examples/shapes/src/cpp/primitives`

**Rectangle.hpp**

Expand Down Expand Up @@ -86,10 +86,10 @@ To generate the wrappers:

```bash
cd examples/shapes
cppwg src \
cppwg src/cpp \
--wrapper_root wrapper \
--package_info wrapper/package_info.yaml \
--includes src/geometry src/math_funcs src/mesh src/primitives extern/meshgen
--includes src/cpp/geometry src/cpp/math_funcs src/cpp/mesh src/cpp/primitives extern/meshgen
```

For the `Rectangle` class, this creates two files in
Expand Down

0 comments on commit fd72cc7

Please sign in to comment.