Skip to content

Commit

Permalink
Update Example_5.md
Browse files Browse the repository at this point in the history
  • Loading branch information
garykac authored Apr 8, 2018
1 parent 5ef2b52 commit e191fbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wiki/downloadWiki/docs/Example_5.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

This example will show how to find triangles at the boundary of a mesh:

![](Example 5_ex5-boundary.png)
![](Example_5_ex5-boundary.png)

This example uses code from [Example 2](Example-2).
This example uses code from [Example 2](Example_2.md).

{code:c#}
```
namespace Examples
{
using System;
Expand Down Expand Up @@ -104,4 +104,4 @@ namespace Examples
}
}
}
{code:c#}
```

0 comments on commit e191fbe

Please sign in to comment.