Update examples (add interpolation example 10).

This commit is contained in:
wo80
2022-03-05 21:13:52 +01:00
parent ffbe041f7b
commit fd205fbb9c
11 changed files with 216 additions and 60 deletions
+4 -3
View File
@@ -13,10 +13,11 @@ namespace TriangleNet
Check("Example 3", Example3.Run());
Check("Example 4", Example4.Run());
Check("Example 5", Example5.Run());
Check("Example 6", Example8.Run());
Check("Example 7", Example6.Run());
Check("Example 8", Example7.Run());
Check("Example 6", Example6.Run());
Check("Example 7", Example7.Run());
Check("Example 8", Example8.Run());
Check("Example 9", Example9.Run());
Check("Example 10", Example10.Run());
}
static void Check(string item, bool success)