Skip to content

Commit 29fcba4

Browse files
authored
Merge pull request #13 from ragusa/fixing_links
fixing links and removing lua input
2 parents 28141e6 + 244ff79 commit 29fcba4

File tree

3 files changed

+2
-66
lines changed

3 files changed

+2
-66
lines changed

OpenSn_Logo_CAD/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ The example illustrates a complete CAD-to-OpenSn workflow:
1313
4. The STEP file is meshed using Gmsh ([opensn.geo](./opensn.geo)) and the resulting `.msh` file
1414
can be read directly by OpenSn
1515

16-
The Lua and Python OpenSn input files for this example can be found here: [opensn.lua](./opensn.lua),
17-
[opensn.py](./opensn.py).
16+
The Python OpenSn input file for this example can be found here: [opensn.py](./opensn.py).
1817

1918
![OpenSn text with grid](./opensn_grid.png)
2019
![OpenSn text without grid](./opensn_nogrid.png)

OpenSn_Logo_CAD/opensn.lua

Lines changed: 0 additions & 63 deletions
This file was deleted.

Urban_Source/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The example illustrates a complete CAD-to-OpenSn workflow:
1313
4. The STEP file is meshed using Gmsh ([urban_source.geo](./urban_source.geo)) and the resulting
1414
`.msh` file can be read directly by OpenSn
1515

16-
The Python OpenSn input file for this example can be found here: [opensn.py](./opensn.py).
16+
The Python OpenSn input file for this example can be found here: [urban_source.py](./urban_source.py).
1717

1818
<figure>
1919
<img src="urban_source_cad.png" alt="CAD Model" width="600"/>

0 commit comments

Comments
 (0)