Added a testcase for newton's method
This commit is contained in:
parent
5b3bef64b1
commit
4c08fdc90d
2 changed files with 6 additions and 1 deletions
|
@ -18,3 +18,6 @@ target_link_libraries(testkd2 ${tolink})
|
|||
|
||||
add_executable(testDelaunay testDelaunay.cpp)
|
||||
target_link_libraries(testDelaunay ${tolink})
|
||||
|
||||
add_executable(testNewton testNewton.cpp)
|
||||
target_link_libraries(testNewton ${tolink})
|
Loading…
Add table
Add a link
Reference in a new issue