You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pycode/memilio-generation/memilio/tools/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ In addition to the main source file, it is possible to include further source fi
29
29
For this purpose, the `asts´ instance of the [ASTHandler class](/pycode/memilio-generation/memilio/generation/ast_handler.py) provides the method `add_source_file´:
30
30
```python
31
31
asts.add_source_file("name_of_the_file.cpp")
32
-
´´´
32
+
```
33
33
34
34
To set up a target folder, specify the desired output directory for the generated bindings here:
0 commit comments